Ensure that the right account is shown as selected after performing "Open as". #992 (#996)

This commit is contained in:
Levi Bard 2019-01-18 18:08:11 +01:00 committed by Konrad Pozniak
parent 6252204dd5
commit 8014b1296d

View file

@ -549,7 +549,7 @@ public final class MainActivity extends BottomSheetActivity implements ActionBut
}
headerResult.clear();
headerResult.setProfiles(profiles);
headerResult.setActiveProfile(accountManager.getActiveAccount().getId());
}
private void onFetchUserInfoFailure(Exception exception) {