Revert "WIP"

This reverts commit de1977e1ff.
This commit is contained in:
ろむねこ 2023-12-14 11:43:51 +09:00
parent cda0974d99
commit f45900b464
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -18,8 +18,6 @@ import javax.inject.Inject;
import one.nem.lacerta.utils.repository.DeviceInfoUtils; import one.nem.lacerta.utils.repository.DeviceInfoUtils;
import one.nem.lacerta.data.Document;
/** /**
* A simple {@link Fragment} subclass. * A simple {@link Fragment} subclass.
@ -97,9 +95,5 @@ 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 -> {
Navigation.findNavController(view).navigate(R.id.action_debugMenuFragment_to_debugInsertTestDataFragment);
}
} }
} }