1
This commit is contained in:
@@ -65,15 +65,15 @@ public class MainActivity extends Activity {
|
||||
private void onceOrNot() {
|
||||
// TODO Auto-generated method stub
|
||||
int once = Config.getInstance(MainActivity.this).getInt(ConfigTitiles.ONCEORNOT, 0);
|
||||
/*if (once == 0) {
|
||||
if (once == 0) {
|
||||
Config.getInstance(getApplicationContext()).put(ConfigTitiles.ONCEORNOT, 1);
|
||||
onceStart();
|
||||
return;
|
||||
} else {*/
|
||||
} else {
|
||||
//onceStart();
|
||||
otherStart();
|
||||
/* return;
|
||||
}*/
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
private void onceStart() {
|
||||
|
||||
Reference in New Issue
Block a user