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

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

Merge "[DO NOT MERGE] fixing build break" into ub-launcher3-almonte

parents e48e570a 1e23e4d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2213,6 +2213,7 @@ public class LauncherModel extends BroadcastReceiver
                                boolean customWidget = itemType ==
                                    LauncherSettings.Favorites.ITEM_TYPE_CUSTOM_APPWIDGET;

                                id = c.getLong(idIndex);
                                int appWidgetId = c.getInt(appWidgetIdIndex);
                                serialNumber= c.getLong(profileIdIndex);
                                user = mUserManager.getUserForSerialNumber(serialNumber);
@@ -2222,7 +2223,6 @@ public class LauncherModel extends BroadcastReceiver
                                    continue;
                                }
                                String savedProvider = c.getString(appWidgetProviderIndex);
                                id = c.getLong(idIndex);
                                final ComponentName component =
                                        ComponentName.unflattenFromString(savedProvider);