This commit is contained in:
parent
6252204dd5
commit
8014b1296d
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ public final class MainActivity extends BottomSheetActivity implements ActionBut
|
||||||
}
|
}
|
||||||
headerResult.clear();
|
headerResult.clear();
|
||||||
headerResult.setProfiles(profiles);
|
headerResult.setProfiles(profiles);
|
||||||
|
headerResult.setActiveProfile(accountManager.getActiveAccount().getId());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onFetchUserInfoFailure(Exception exception) {
|
private void onFetchUserInfoFailure(Exception exception) {
|
||||||
|
|
Loading…
Reference in a new issue