完成光环前端优化汇总(5, 14, 16, 17) https://git.ghzs.com/pm/halo-app-issues/-/issues/1260
This commit is contained in:
@ -103,6 +103,7 @@ public class SplashScreenActivity extends BaseActivity {
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
mSharedPreferences = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
mIsNewForThisVersion = mSharedPreferences.getBoolean("isNewFirstLaunchV" + PackageUtils.getVersionName(), true);
|
||||
HaloApp.getInstance().isNewForThisVersion = mIsNewForThisVersion;
|
||||
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user