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

Commit 288d32b9 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am 17e0eebd: am 465cb53b: Use ApplicationInfo only when not in edit mode [DO NOT MERGE]

* commit '17e0eebd':
  Use ApplicationInfo only when not in edit mode [DO NOT MERGE]
parents e4fe8556 17e0eebd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ public class ActionBarView extends AbsActionBarView {
                    Log.e(TAG, "Activity component name not found!", e);
                }
            }
            if (mIcon == null) {
            if (mIcon == null && !isInEditMode()) {
                mIcon = appInfo.loadIcon(pm);
            }
        }