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

Commit d7b2e725 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Catch remote exception" into sc-dev

parents c146b5b3 c086c04c
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);
            }
        });
    }