Loading packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +17 −17 Original line number Diff line number Diff line Loading @@ -1710,12 +1710,6 @@ public abstract class BaseStatusBar extends SystemUI implements sbn.getPackageContext(mContext), contentContainerPublic, mOnClickHandler); } } catch (RuntimeException e) { final String ident = sbn.getPackageName() + "/0x" + Integer.toHexString(sbn.getId()); Log.e(TAG, "couldn't inflate view for notification " + ident, e); return false; } if (contentViewLocal != null) { contentViewLocal.setIsRootNamespace(true); Loading @@ -1733,6 +1727,12 @@ public abstract class BaseStatusBar extends SystemUI implements publicViewLocal.setIsRootNamespace(true); contentContainerPublic.setContractedChild(publicViewLocal); } } catch (RuntimeException e) { final String ident = sbn.getPackageName() + "/0x" + Integer.toHexString(sbn.getId()); Log.e(TAG, "couldn't inflate view for notification " + ident, e); return false; } // Extract target SDK version. try { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +17 −17 Original line number Diff line number Diff line Loading @@ -1710,12 +1710,6 @@ public abstract class BaseStatusBar extends SystemUI implements sbn.getPackageContext(mContext), contentContainerPublic, mOnClickHandler); } } catch (RuntimeException e) { final String ident = sbn.getPackageName() + "/0x" + Integer.toHexString(sbn.getId()); Log.e(TAG, "couldn't inflate view for notification " + ident, e); return false; } if (contentViewLocal != null) { contentViewLocal.setIsRootNamespace(true); Loading @@ -1733,6 +1727,12 @@ public abstract class BaseStatusBar extends SystemUI implements publicViewLocal.setIsRootNamespace(true); contentContainerPublic.setContractedChild(publicViewLocal); } } catch (RuntimeException e) { final String ident = sbn.getPackageName() + "/0x" + Integer.toHexString(sbn.getId()); Log.e(TAG, "couldn't inflate view for notification " + ident, e); return false; } // Extract target SDK version. try { Loading