diff options
Diffstat (limited to 'packages/SystemUI/src')
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBarInflaterView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBarInflaterView.java b/packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBarInflaterView.java index de2ce021a7c2..ab0ef4da4f0e 100644 --- a/packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBarInflaterView.java +++ b/packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBarInflaterView.java @@ -254,7 +254,7 @@ public class NavigationBarInflaterView extends FrameLayout // our customization overlay to highest priority to ensure it is applied. iom.setHighestPriority(OVERLAY_NAVIGATION_HIDE_HINT, userId); } - } catch (RemoteException e) { + } catch (IllegalArgumentException | RemoteException e) { Log.e(TAG, "Failed to " + (state ? "enable" : "disable") + " overlay " + OVERLAY_NAVIGATION_HIDE_HINT + " for user " + userId); } |