java: some clean up

This commit is contained in:
rafal1137 2020-06-15 19:30:18 +02:00
parent 4f841c438e
commit 2ab7db61d4
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ public class ETLActivity extends SDLActivity implements JoyStickListener {
*/ */
public void runUI() { public void runUI() {
// NOTE: This implementation needs to be tested. Looks heavy on UI Thread
final RelativeLayout etl_linearLayout = new RelativeLayout(this); final RelativeLayout etl_linearLayout = new RelativeLayout(this);
mLayout.addView(etl_linearLayout); mLayout.addView(etl_linearLayout);