整理Entrance type

This commit is contained in:
kehaoyuan
2017-10-16 16:49:22 +08:00
parent 52433ba347
commit d9bb60e66b
50 changed files with 255 additions and 208 deletions

View File

@ -123,7 +123,7 @@ public class MainActivity extends BaseActivity {
}
String packageName = bundle.getString("packageName");
if (packageName != null) {
bundle.putInt("currentItem", 1);
bundle.putInt(EntranceUtils.KEY_CURRENTITEM, 1);
}
skipIntent.putExtra(KEY_DATA, bundle);