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

Commit 42d6ed42 authored by Stefan Andonian's avatar Stefan Andonian Committed by Android (Google) Code Review
Browse files

Merge "Do DbMigration if coming from a DB w/ version < 31" into main

parents b10f2a3d 634bb805
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -269,7 +269,6 @@ public class DatabaseHelper extends NoLocaleSQLiteHelper implements
                                    Favorites.CONTAINER, Favorites.CONTAINER_DESKTOP,
                                    Favorites.CELLY, 0), null);
                }
                return;
            }
            case 31: {
                LauncherDbUtils.migrateLegacyShortcuts(mContext, db);