|
|
@ -84,7 +84,6 @@ public class NovelMainActivity extends NovelBaseActivity { |
|
|
|
mStackFragment = StackFragment.newInstance(); |
|
|
|
mStackFragment = StackFragment.newInstance(); |
|
|
|
mMoreFragment = MoreFragment.newInstance(); |
|
|
|
mMoreFragment = MoreFragment.newInstance(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//计算apk的启动次数
|
|
|
|
//计算apk的启动次数
|
|
|
|
int count = SpUtil.getIntValue(Constant.InstallCount, 0); |
|
|
|
int count = SpUtil.getIntValue(Constant.InstallCount, 0); |
|
|
|
SpUtil.setIntValue(Constant.InstallCount, count + 1); |
|
|
|
SpUtil.setIntValue(Constant.InstallCount, count + 1); |
|
|
@ -237,8 +236,6 @@ public class NovelMainActivity extends NovelBaseActivity { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
protected void onDestroy() { |
|
|
|
protected void onDestroy() { |
|
|
|
super.onDestroy(); |
|
|
|
super.onDestroy(); |
|
|
|