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

Commit 494a3909 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes Ief8be842,I474ff193

* changes:
  Fix launcher crash loop.
  Revert "Fix launcher crash loop."
parents b0a4aa8c ba8e6d36
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -273,7 +273,6 @@ public abstract class BaseIconCache {
        CharSequence entryTitle = cachingLogic.getLabel(object);
        if (entryTitle == null) {
            Log.d(TAG, "No label returned from caching logic instance: " + cachingLogic);
            return;
        }
        entry.title = entryTitle;