解决打开设置界面后返回到主页焦点切换动作延迟缓慢问题
This commit is contained in:
@@ -818,6 +818,7 @@ public boolean onGenericMotionEvent(MotionEvent event) {
|
||||
intent.setComponent(new ComponentName("com.android.tv.settings", "com.android.tv.settings.MainSettings"));
|
||||
}
|
||||
}
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
startActivity(intent);
|
||||
|
||||
}else if (v.getId() == R.id.layout_miracastreceive) {
|
||||
|
||||
Reference in New Issue
Block a user