We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3617cb6 + da1b819 commit 0559e61Copy full SHA for 0559e61
1 file changed
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java
@@ -253,15 +253,6 @@ public void onFinishInflate() {
253
mCurrentView = mRotatedViews[Surface.ROTATION_0];
254
}
255
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
-
265
public void reorient() {
266
final int rot = mDisplay.getRotation();
267
for (int i=0; i<4; i++) {
0 commit comments