Illegal call fix

This commit is contained in:
Solexid 2016-04-29 22:01:59 +03:00
parent 631c9c46c0
commit 8065092976

View file

@ -45,8 +45,9 @@ public class LauncherActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_launcher);
this.requestWindowFeature(Window.FEATURE_NO_TITLE);
setContentView(R.layout.activity_launcher);
TabHost tabHost = (TabHost) findViewById(R.id.tabhost);
tabHost.setup();