mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
WIP
This commit is contained in:
parent
c3eb16af85
commit
1d36a09731
|
@ -21,6 +21,7 @@ import one.nem.lacerta.utils.repository.DeviceInfoUtils;
|
||||||
import one.nem.lacerta.data.DocumentDebug; // Debug
|
import one.nem.lacerta.data.DocumentDebug; // Debug
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A simple {@link Fragment} subclass.
|
* A simple {@link Fragment} subclass.
|
||||||
* Use the {@link DebugMenuFragment#newInstance} factory method to
|
* Use the {@link DebugMenuFragment#newInstance} factory method to
|
||||||
|
@ -99,5 +100,9 @@ public class DebugMenuFragment extends Fragment {
|
||||||
Navigation.findNavController(view).navigate(R.id.action_debugMenuFragment_to_debugRepositoryDebuggerFragment);
|
Navigation.findNavController(view).navigate(R.id.action_debugMenuFragment_to_debugRepositoryDebuggerFragment);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
view.findViewById(R.id.btn_debug_menu_insert_test_data).setOnClickListener(v -> {
|
||||||
|
// テストデータ挿入
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user