Skip to content

Commit d82bcca

Browse files
dsandlerThe Android Automerger
authored andcommitted
Stop clobbering the systemUiVisibility on navbar touch. (DO NOT MERGE)
Bug: 5328284 Change-Id: Ib49af35a7919dbf1cdb99f357798101d2534e853
1 parent c34692d commit d82bcca

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)