Enable tutorial view by default
This commit is contained in:
parent
00d5b652c1
commit
ea4929c7e7
1 changed files with 3 additions and 2 deletions
|
@ -412,7 +412,7 @@ public class LauncherActivity extends Activity {
|
||||||
int m_iFirstRunCounter = 0;
|
int m_iFirstRunCounter = 0;
|
||||||
public void showFirstRun()
|
public void showFirstRun()
|
||||||
{
|
{
|
||||||
if( m_iFirstRunCounter < 0 )
|
/*if( m_iFirstRunCounter < 0 )
|
||||||
m_iFirstRunCounter = 0;
|
m_iFirstRunCounter = 0;
|
||||||
|
|
||||||
final int titleres = getResources().getIdentifier("page_title" + String.valueOf(m_iFirstRunCounter), "string", getPackageName());
|
final int titleres = getResources().getIdentifier("page_title" + String.valueOf(m_iFirstRunCounter), "string", getPackageName());
|
||||||
|
@ -488,7 +488,8 @@ public class LauncherActivity extends Activity {
|
||||||
}
|
}
|
||||||
}, null));
|
}, null));
|
||||||
}
|
}
|
||||||
});
|
});*/
|
||||||
|
startActivity(new Intent(this, in.celest.xash3d.XashTutorialActivity.class));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void selectFolder(View view)
|
public void selectFolder(View view)
|
||||||
|
|
Loading…
Add table
Reference in a new issue