Skip to content

Commit 0559e61

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Stop clobbering the systemUiVisibility on navbar touch."
2 parents 3617cb6 + da1b819 commit 0559e61

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,6 @@ public void onFinishInflate() {
253253
mCurrentView = mRotatedViews[Surface.ROTATION_0];
254254
}
255255

256-
@Override
257-
public boolean onTouchEvent(MotionEvent ev) {
258-
try {
259-
mBarService.setSystemUiVisibility(0);
260-
} catch (android.os.RemoteException ex) {
261-
}
262-
return false; // pass it on
263-
}
264-
265256
public void reorient() {
266257
final int rot = mDisplay.getRotation();
267258
for (int i=0; i<4; i++) {

0 commit comments

Comments
 (0)