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

Commit af0628f8 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

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

Bug: 17582926
Change-Id: I662e0ed9f12d237ee34a8f4540b339edee08c611
parent 136882c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4991,7 +4991,7 @@ public class Launcher extends Activity
            if (mModel.canMigrateFromOldLauncherDb(this)) {
                launcherClings.showMigrationCling();
            } else {
                launcherClings.showLongPressCling(false);
                launcherClings.showLongPressCling(true);
            }
        }
    }