mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
fix disappearing account list on resume
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
bb81d2349b
commit
3d6d396ba9
1 changed files with 0 additions and 1 deletions
|
@ -291,7 +291,6 @@ public abstract class DrawerActivity extends ToolbarActivity
|
|||
* initializes and sets up the drawer header.
|
||||
*/
|
||||
private void setupDrawerHeader() {
|
||||
mIsAccountChooserActive = false;
|
||||
mAccountMiddleAccountAvatar = (ImageView) findNavigationViewChildById(R.id.drawer_account_middle);
|
||||
mAccountEndAccountAvatar = (ImageView) findNavigationViewChildById(R.id.drawer_account_end);
|
||||
|
||||
|
|
Loading…
Reference in a new issue