Loading packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java +4 −0 Original line number Diff line number Diff line Loading @@ -655,6 +655,10 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis private void dispatchNavigationBarSurface() { try { if (mOverviewProxy != null) { // Catch all for cases where the surface is no longer valid if (mNavigationBarSurface != null && !mNavigationBarSurface.isValid()) { mNavigationBarSurface = null; } mOverviewProxy.onNavigationBarSurface(mNavigationBarSurface); } } catch (RemoteException e) { Loading Loading
packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java +4 −0 Original line number Diff line number Diff line Loading @@ -655,6 +655,10 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis private void dispatchNavigationBarSurface() { try { if (mOverviewProxy != null) { // Catch all for cases where the surface is no longer valid if (mNavigationBarSurface != null && !mNavigationBarSurface.isValid()) { mNavigationBarSurface = null; } mOverviewProxy.onNavigationBarSurface(mNavigationBarSurface); } } catch (RemoteException e) { Loading