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

Commit 2e9eb2a6 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android Git Automerger
Browse files

am 92e97dcc: Merge "Fix: First run cling shoud show \'Welcome\' when there is...

am 92e97dcc: Merge "Fix: First run cling shoud show \'Welcome\' when there is no migration cling" into ub-now-porkchop

* commit '92e97dcc':
  Fix: First run cling shoud show 'Welcome' when there is no migration cling
parents 0d89e1d7 92e97dcc
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);
            }
        }
    }