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

Commit ab9a7e73 authored by Lucas Dupin's avatar Lucas Dupin Committed by Automerger Merge Worker
Browse files

Merge "Catch remote exception" into sc-dev am: d7b2e725

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13566548

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9f17cbd4465feadfe4898be941eabc2045dcd3c0
parents fa27d961 d7b2e725
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -194,7 +194,11 @@ public class ThemeOverlayApplier implements Dumpable {
        }

        mExecutor.execute(() -> {
            try {
                mOverlayManager.commit(transaction.build());
            } catch (SecurityException | IllegalStateException e) {
                Log.e(TAG, "setEnabled failed", e);
            }
        });
    }