修改延时关闭activity时间

This commit is contained in:
zengfantian 2015-09-23 19:05:05 +08:00
parent 7c4657806d
commit b79454eaef
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class GuideActivity extends BaseActivity {
public void run() { public void run() {
finish(); finish();
} }
}, 300); }, 2000);
} }
} }
}); });