Settings Drawer: Support multi-user changes
Change-Id: I3a6e481ca18794bf1ed3bc9dc0382deacfcf81f4
This commit is contained in:
@@ -1133,6 +1133,13 @@ public class SettingsActivity extends SettingsDrawerActivity
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onProfileTileOpen() {
|
||||
if (!mIsShowingDashboard) {
|
||||
finish();
|
||||
}
|
||||
}
|
||||
|
||||
private void switchToSearchResultsFragmentIfNeeded() {
|
||||
if (mSearchResultsFragment != null) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user