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

Commit 5339119b authored by Michael Jurka's avatar Michael Jurka Committed by Android Git Automerger
Browse files

am 62dacd67: Merge "Uncommenting throw when item not contained in...

am 62dacd67: Merge "Uncommenting throw when item not contained in sBgItemsIdMap" into jb-ub-now-jolly-elf

* commit '62dacd67':
  Uncommenting throw when item not contained in sBgItemsIdMap
parents 6f372bb7 62dacd67
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -496,8 +496,7 @@ public class LauncherModel extends BroadcastReceiver {
            if (stackTrace != null) {
                e.setStackTrace(stackTrace);
            }
            // TODO: something breaks this in the upgrade path
            //throw e;
            throw e;
        }
    }