fix disappearing account list on resume

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2019-10-09 15:15:33 +02:00
parent bb81d2349b
commit 3d6d396ba9
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -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);