This commit is contained in:
ろむねこ 2023-12-14 11:59:30 +09:00
parent c3eb16af85
commit 1d36a09731
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -21,6 +21,7 @@ import one.nem.lacerta.utils.repository.DeviceInfoUtils;
import one.nem.lacerta.data.DocumentDebug; // Debug
/**
* A simple {@link Fragment} subclass.
* 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);
});
view.findViewById(R.id.btn_debug_menu_insert_test_data).setOnClickListener(v -> {
// テストデータ挿入
}
}
}