Loading src/com/android/launcher3/LauncherModel.java +4 −0 Original line number Diff line number Diff line Loading @@ -2035,6 +2035,10 @@ public class LauncherModel extends BroadcastReceiver allowMissingTarget = true; // Add the icon on the workspace anyway. } } else if (cn == null) { // For shortcuts with no component, keep them as they are restoredRows.add(id); restored = false; } } catch (URISyntaxException e) { Launcher.addDumpLog(TAG, Loading Loading
src/com/android/launcher3/LauncherModel.java +4 −0 Original line number Diff line number Diff line Loading @@ -2035,6 +2035,10 @@ public class LauncherModel extends BroadcastReceiver allowMissingTarget = true; // Add the icon on the workspace anyway. } } else if (cn == null) { // For shortcuts with no component, keep them as they are restoredRows.add(id); restored = false; } } catch (URISyntaxException e) { Launcher.addDumpLog(TAG, Loading