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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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