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

main
Levi Bard 6 years ago committed by Konrad Pozniak
parent ff6ca5580f
commit 2de1ee661d
  1. 2
      app/src/main/java/com/keylesspalace/tusky/MainActivity.java

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

Loading…
Cancel
Save