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

Commit 066afb6c authored by Bryan Mawhinney's avatar Bryan Mawhinney Committed by android-build-merger
Browse files

Merge "Allow themeing of icon in SuspendedAppActivity" into qt-dev

am: 353c5cc1

Change-Id: Ib4092bdcea4355a2ca915050ab76ff04bb8ffec0
parents 039a58df 353c5cc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
            }