Skip to content

Commit 3144a6c

Browse files
committed
Stop clobbering the systemUiVisibility on navbar touch. (DO NOT MERGE)
Bug: 5328284 Change-Id: Ib49af35a7919dbf1cdb99f357798101d2534e853
1 parent 4cea3b4 commit 3144a6c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

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

247-
@Override
248-
public boolean onTouchEvent(MotionEvent ev) {
249-
try {
250-
mBarService.setSystemUiVisibility(0);
251-
} catch (android.os.RemoteException ex) {
252-
}
253-
return false; // pass it on
254-
}
255-
256247
public void reorient() {
257248
final int rot = mDisplay.getRotation();
258249
for (int i=0; i<4; i++) {

0 commit comments

Comments
 (0)