Loading packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialog.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -395,6 +395,7 @@ public class GlobalActionsDialog implements DialogInterface.OnDismissListener, if (preferredComponent == null) { if (preferredComponent == null) { Log.i(TAG, "Controls seeding: No preferred component has been set, will not seed"); Log.i(TAG, "Controls seeding: No preferred component has been set, will not seed"); mControlsPreferences.edit().putBoolean(PREFS_CONTROLS_SEEDING_COMPLETED, true).apply(); mControlsPreferences.edit().putBoolean(PREFS_CONTROLS_SEEDING_COMPLETED, true).apply(); return; } } mControlsController.seedFavoritesForComponent( mControlsController.seedFavoritesForComponent( Loading Loading
packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialog.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -395,6 +395,7 @@ public class GlobalActionsDialog implements DialogInterface.OnDismissListener, if (preferredComponent == null) { if (preferredComponent == null) { Log.i(TAG, "Controls seeding: No preferred component has been set, will not seed"); Log.i(TAG, "Controls seeding: No preferred component has been set, will not seed"); mControlsPreferences.edit().putBoolean(PREFS_CONTROLS_SEEDING_COMPLETED, true).apply(); mControlsPreferences.edit().putBoolean(PREFS_CONTROLS_SEEDING_COMPLETED, true).apply(); return; } } mControlsController.seedFavoritesForComponent( mControlsController.seedFavoritesForComponent( Loading