Update JavaGUILauncherActivity.java

return true
This commit is contained in:
Duy Tran Khanh
2021-11-05 05:56:32 +07:00
committed by GitHub
parent 27624f31bd
commit 06dbc8adce

View File

@@ -193,6 +193,7 @@ public class JavaGUILauncherActivity extends LoggableActivity implements View.On
break;
}
}
return true;
}
});