Add ability to tap to reveal codes 👀

This commit is contained in:
Michael Schättgen 2019-03-25 21:32:29 +01:00
parent ad1d3f04a6
commit 0e6828fae1
8 changed files with 86 additions and 10 deletions

View file

@ -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);