Commit c33fea97 by amateur

1

1 parent 065ce635
......@@ -47,10 +47,9 @@ public class MainActivity extends BaseActivity {
public void dispatchEvent(String event) {
if (IActivityEvent.EVENT_GUIDE.equals(event)) {
SpUtils.putBoolean(FIRST_RUN_KEY, true);
IntentUtils.startActivity(this, TestHomeActivity.class);
} else if (IActivityEvent.EVENT_ADVERTISEMENT.equals(event)) {
IntentUtils.startActivity(this, TestHomeActivity.class);
}
IntentUtils.startActivity(this, HomeActivity.class);
}
private void checkAndRequestPermission() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!