mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 05:46:14 +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();
|
||||
refreshLists();
|
||||
setupHeader();
|
||||
updateUsernameInDrawer();
|
||||
drawerLayout.closeDrawer(GravityCompat.START);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue