mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-28 03:25:18 +03:00
update username in drawer after adding a new account
This commit is contained in:
parent
57bbdb05ef
commit
9fc4839e2d
1 changed files with 1 additions and 0 deletions
|
@ -739,6 +739,7 @@ public class NotesListViewActivity extends AppCompatActivity implements ItemAdap
|
||||||
synchronize();
|
synchronize();
|
||||||
refreshLists();
|
refreshLists();
|
||||||
setupHeader();
|
setupHeader();
|
||||||
|
updateUsernameInDrawer();
|
||||||
drawerLayout.closeDrawer(GravityCompat.START);
|
drawerLayout.closeDrawer(GravityCompat.START);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue