Commit fba13c1e by amateur

1

1 parent 8c079fe2
......@@ -78,11 +78,12 @@ public class GuideActivity extends BaseActivity implements View.OnClickListener
public void onClick(View v) {
if (v.getId() == R.id.guide_btn_gohome) {
SpUtils.putBoolean("isFirstRun", true);
if (BuildConfig.SHOW_INPUT) {
IntentUtils.startActivity(this, InputUrlActivity.class);
} else {
IntentUtils.startActivity(this, HomeActivity.class);
}
// if (BuildConfig.SHOW_INPUT) {
// IntentUtils.startActivity(this, InputUrlActivity.class);
// } else {
// IntentUtils.startActivity(this, HomeActivity.class);
// }
IntentUtils.startActivity(this, TestActivity.class);
}
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!