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

Commit 1e23e4d2 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

[DO NOT MERGE] fixing build break

Change-Id: Ief14e03874626d4f6fdf403d98950d9d64b66160
parent 7fb55d25
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);