Merge "Fix home settings landing page" into sc-dev am: 1bd6fdb6e3
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14965825 Change-Id: Ic58a7ee319f6c40d72d4e087a49ce030be23db82
This commit is contained in:
@@ -113,6 +113,12 @@ public class SettingsActivity extends FragmentActivity
|
||||
Utilities.getPrefs(getApplicationContext()).registerOnSharedPreferenceChangeListener(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onStop() {
|
||||
super.onStop();
|
||||
finish();
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtains the preference fragment to instantiate in this activity.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user