mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-08 23:57:45 +00:00
Add ability to tap to reveal codes 👀
This commit is contained in:
parent
ad1d3f04a6
commit
0e6828fae1
8 changed files with 86 additions and 10 deletions
|
@ -67,6 +67,7 @@ public class MainActivity extends AegisActivity implements EntryListView.Listene
|
|||
_entryListView = (EntryListView) getSupportFragmentManager().findFragmentById(R.id.key_profiles);
|
||||
_entryListView.setListener(this);
|
||||
_entryListView.setShowAccountName(getPreferences().isAccountNameVisible());
|
||||
_entryListView.setTapToReveal(getPreferences().isTapToRevealEnabled());
|
||||
|
||||
// set up the floating action button
|
||||
_fabMenu = findViewById(R.id.fab);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue