Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49f373fd authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Fix navigate up in ManageAccountsActivity

parent 52531d60
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@ public class ManageAccountsActivity extends LockedActivity {
        binding = ActivityManageAccountsBinding.inflate(getLayoutInflater());
        setContentView(binding.getRoot());

        setSupportActionBar(binding.toolbar);

        db = NotesDatabase.getInstance(this);

        List<LocalAccount> localAccounts = db.getAccounts();