mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2024-11-10 06:52:06 +00:00
java: some clean up
This commit is contained in:
parent
4f841c438e
commit
2ab7db61d4
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue