mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-08-18 02:51:58 +00:00
Continue implementing NewFeaturesActivity.
This commit is contained in:
@ -420,7 +420,7 @@ public class MainActivity extends BaseActivity implements SortTypeSelectionCallb
|
||||
mNewAccountName = getIntent().getStringExtra(EXTRA_NEW_ACCOUNT_NAME);
|
||||
}
|
||||
|
||||
if (mInternalSharedPreferences.getInt(SharedPreferencesUtils.CURRENT_VERSION, 1) <= BuildConfig.VERSION_CODE && savedInstanceState == null) {
|
||||
if (mInternalSharedPreferences.getInt(SharedPreferencesUtils.CURRENT_VERSION, 1) < BuildConfig.VERSION_CODE && savedInstanceState == null) {
|
||||
/*ImportantInfoBottomSheetFragment fragment = new ImportantInfoBottomSheetFragment();
|
||||
fragment.setCancelable(false);
|
||||
fragment.show(getSupportFragmentManager(), fragment.getTag());*/
|
||||
|
||||
Reference in New Issue
Block a user