Loading core/java/com/android/internal/app/SuspendedAppActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ public class SuspendedAppActivity extends AlertActivity : ID_NULL; if (iconId != ID_NULL && mSuspendingAppResources != null) { try { return mSuspendingAppResources.getDrawable(iconId, null); return mSuspendingAppResources.getDrawable(iconId, getTheme()); } catch (Resources.NotFoundException nfe) { Slog.e(TAG, "Could not resolve drawable resource id " + iconId); } Loading Loading
core/java/com/android/internal/app/SuspendedAppActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ public class SuspendedAppActivity extends AlertActivity : ID_NULL; if (iconId != ID_NULL && mSuspendingAppResources != null) { try { return mSuspendingAppResources.getDrawable(iconId, null); return mSuspendingAppResources.getDrawable(iconId, getTheme()); } catch (Resources.NotFoundException nfe) { Slog.e(TAG, "Could not resolve drawable resource id " + iconId); } Loading