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

Commit 12472de6 authored by stefan-niedermann's avatar stefan-niedermann
Browse files

Disable accountchooser after added a new account

parent f0646a61
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -794,7 +794,9 @@ public class NotesListViewActivity extends AppCompatActivity implements ItemAdap
                        }
                    }
                    selectAccount(account.name);
                    clickHeader();
                    this.accountChooserActive = false;
                    accountChooser.setVisibility(View.GONE);
                    accountNavigation.setVisibility(View.VISIBLE);
                    drawerLayout.closeDrawer(GravityCompat.START);
                });
            } catch (AccountImportCancelledException e) {