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

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

Merge "Don't remove content URI shortcuts during restore" into ub-now-porkchop

parents 9b8da88e 938a53d8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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,