Stop clobbering the systemUiVisibility on navbar touch. (DO NOT MERGE)

Bug: 5328284
Change-Id: Ib49af35a7919dbf1cdb99f357798101d2534e853
This commit is contained in:
Daniel Sandler
2011-09-19 14:16:25 -04:00
committed by The Android Automerger
parent c34692d5e5
commit d82bcca3c8

View File

@@ -253,15 +253,6 @@ public class NavigationBarView extends LinearLayout {
mCurrentView = mRotatedViews[Surface.ROTATION_0];
}
@Override
public boolean onTouchEvent(MotionEvent ev) {
try {
mBarService.setSystemUiVisibility(0);
} catch (android.os.RemoteException ex) {
}
return false; // pass it on
}
public void reorient() {
final int rot = mDisplay.getRotation();
for (int i=0; i<4; i++) {