We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e3d17 commit 135466bCopy full SHA for 135466b
1 file changed
apps/android-tv/app/src/main/java/com/moontvplus/tv/MainActivity.java
@@ -5,7 +5,6 @@
5
import android.graphics.Bitmap;
6
import android.net.http.SslError;
7
import android.os.Bundle;
8
-import android.view.KeyEvent;
9
import android.view.View;
10
import android.view.ViewGroup;
11
import android.view.Window;
@@ -150,15 +149,6 @@ private void hideCustomView() {
150
149
}
151
152
153
- @Override
154
- public boolean dispatchKeyEvent(KeyEvent event) {
155
- if (event.getKeyCode() == KeyEvent.KEYCODE_MENU && event.getAction() == KeyEvent.ACTION_UP) {
156
- webView.reload();
157
- return true;
158
- }
159
- return super.dispatchKeyEvent(event);
160
161
-
162
@Override
163
public void onBackPressed() {
164
if (customView != null) {
0 commit comments