mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-04 12:24:49 +00:00
Remove option to add extra password key slots
This commit is contained in:
parent
54c85a09de
commit
0a942ecd14
2 changed files with 0 additions and 34 deletions
|
@ -25,7 +25,6 @@ import me.impy.aegis.db.slots.SlotException;
|
|||
import me.impy.aegis.helpers.FingerprintHelper;
|
||||
import me.impy.aegis.ui.dialogs.Dialogs;
|
||||
import me.impy.aegis.ui.dialogs.FingerprintDialogFragment;
|
||||
import me.impy.aegis.ui.dialogs.PasswordDialogFragment;
|
||||
import me.impy.aegis.ui.views.SlotAdapter;
|
||||
import me.impy.aegis.ui.dialogs.SlotDialogFragment;
|
||||
|
||||
|
@ -51,11 +50,6 @@ public class SlotManagerActivity extends AegisActivity implements SlotAdapter.Li
|
|||
dialog.show(getSupportFragmentManager(), null);
|
||||
});
|
||||
|
||||
findViewById(R.id.button_add_password).setOnClickListener(view -> {
|
||||
PasswordDialogFragment dialog = new PasswordDialogFragment();
|
||||
dialog.show(getSupportFragmentManager(), null);
|
||||
});
|
||||
|
||||
// set up the recycler view
|
||||
_adapter = new SlotAdapter(this);
|
||||
RecyclerView slotsView = findViewById(R.id.list_slots);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue