Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +3 −1 Original line number Diff line number Diff line Loading @@ -1742,8 +1742,10 @@ public class PhoneStatusBar extends StatusBar { // The user is not allowed to get stuck without navigation UI. Upon the slightest user // interaction we bring the navigation back. public void userActivity() { if (mNavigationBarView != null) { mNavigationBarView.setHidden(false); } } public void toggleRecentApps() { int msg = (mRecentsPanel.getVisibility() == View.GONE) Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +3 −1 Original line number Diff line number Diff line Loading @@ -1742,8 +1742,10 @@ public class PhoneStatusBar extends StatusBar { // The user is not allowed to get stuck without navigation UI. Upon the slightest user // interaction we bring the navigation back. public void userActivity() { if (mNavigationBarView != null) { mNavigationBarView.setHidden(false); } } public void toggleRecentApps() { int msg = (mRecentsPanel.getVisibility() == View.GONE) Loading