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

Commit 92e97dcc authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Fix: First run cling shoud show 'Welcome' when there is no migration...

Merge "Fix: First run cling shoud show 'Welcome' when there is no migration cling" into ub-now-porkchop
parents ddd5aaaf af0628f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4993,7 +4993,7 @@ public class Launcher extends Activity
            if (mModel.canMigrateFromOldLauncherDb(this)) {
                launcherClings.showMigrationCling();
            } else {
                launcherClings.showLongPressCling(false);
                launcherClings.showLongPressCling(true);
            }
        }
    }