mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Merge pull request #4640 from nextcloud/accountListDisappears
fix disappearing account list on resume
This commit is contained in:
commit
babcbec382
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.
|
* initializes and sets up the drawer header.
|
||||||
*/
|
*/
|
||||||
private void setupDrawerHeader() {
|
private void setupDrawerHeader() {
|
||||||
mIsAccountChooserActive = false;
|
|
||||||
mAccountMiddleAccountAvatar = (ImageView) findNavigationViewChildById(R.id.drawer_account_middle);
|
mAccountMiddleAccountAvatar = (ImageView) findNavigationViewChildById(R.id.drawer_account_middle);
|
||||||
mAccountEndAccountAvatar = (ImageView) findNavigationViewChildById(R.id.drawer_account_end);
|
mAccountEndAccountAvatar = (ImageView) findNavigationViewChildById(R.id.drawer_account_end);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue