Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3213deb6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Controls Ui - Fix seeding crash" into rvc-dev am: 86a91d2d am: 6fefb201

Change-Id: I191fe5f7c21de95aea3058ee3a757cd462fcb198
parents 27bb3ba8 6fefb201
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -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(