We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cea3b4 commit 3144a6cCopy full SHA for 3144a6c
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java
@@ -244,15 +244,6 @@ public void onFinishInflate() {
244
mCurrentView = mRotatedViews[Surface.ROTATION_0];
245
}
246
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
-
256
public void reorient() {
257
final int rot = mDisplay.getRotation();
258
for (int i=0; i<4; i++) {
0 commit comments