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

Commit 17a82403 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

am: 066afb6c

Change-Id: Icdeb61643444b422473098f0bd5588936d9e5e23
parents 5829a107 066afb6c
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);
            }