Illegal call fix
This commit is contained in:
parent
631c9c46c0
commit
8065092976
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue