First pass at drawer to Settings
Change-Id: I94c3bc69ff773e48c33f59f37bfc0d91139c187a
This commit is contained in:
@@ -161,17 +161,6 @@ public class HomeSettings extends SettingsPreferenceFragment implements Indexabl
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// If we're down to just one possible home app, back out of this settings
|
||||
// fragment and show a dialog explaining to the user that they won't see
|
||||
// 'Home' settings now until such time as there are multiple available.
|
||||
if (mPrefs.size() < 2) {
|
||||
if (mShowNotice) {
|
||||
mShowNotice = false;
|
||||
SettingsActivity.requestHomeNotice();
|
||||
}
|
||||
finishFragment();
|
||||
}
|
||||
}
|
||||
|
||||
private void buildHomeActivitiesList() {
|
||||
|
Reference in New Issue
Block a user