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

Commit a7946070 authored by Adam Cohen's avatar Adam Cohen
Browse files

Fix serious data loss issue for folders and hotseat items

Change-Id: I37a5b44c670c2a1f99eb97b77cfdbc78534fdf91

bug 13964735
parent f6a47bbc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -804,7 +804,9 @@ public class LauncherProvider extends ContentProvider {
                // which no longer exist. Since this can cause other problems, and since the user
                // will never see these items anyway, we use database upgrade as an opportunity to
                // clean things up.
                removeOrphanedItems(db);

                // TODO: this needs to be fixed, currently causes data loss.
                //removeOrphanedItems(db);
                version = 18;
            }