We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8244e commit 9c78e7aCopy full SHA for 9c78e7a
1 file changed
packages/SystemUI/src/com/android/systemui/statusbar/phone/EdgeBackGestureHandler.java
@@ -307,7 +307,7 @@ private void updateIsEnabled() {
307
WindowManagerGlobal.getWindowManagerService()
308
.unregisterSystemGestureExclusionListener(
309
mGestureExclusionListener, mDisplayId);
310
- } catch (RemoteException e) {
+ } catch (Exception e) {
311
Log.e(TAG, "Failed to unregister window manager callbacks", e);
312
}
313
@@ -321,7 +321,7 @@ private void updateIsEnabled() {
321
322
.registerSystemGestureExclusionListener(
323
324
325
Log.e(TAG, "Failed to register window manager callbacks", e);
326
327
0 commit comments