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

Commit 018da2e9 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am 1ba310ca: am efa5ffc8: am 90ce58ec: Use ApplicationInfo only when not in...

am 1ba310ca: am efa5ffc8: am 90ce58ec: Use ApplicationInfo only when not in edit mode [DO NOT MERGE]

* commit '1ba310ca':
  Use ApplicationInfo only when not in edit mode [DO NOT MERGE]
parents 06a87027 1ba310ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,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);
            }
        }