IAB testing

This commit is contained in:
M66B
2022-02-18 16:55:52 +01:00
parent 0c6e9b84e0
commit 59f94e1ab2
4 changed files with 4 additions and 4 deletions

View File

@@ -1348,7 +1348,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
tvExternalStorageFolder.setText(external.getAbsolutePath() + (emulated ? " emulated" : ""));
swExactAlarms.setEnabled(AlarmManagerCompatEx.canScheduleExactAlarms(getContext()));
swTestIab.setVisibility(BuildConfig.DEBUG ? View.VISIBLE : View.GONE);
swTestIab.setVisibility(BuildConfig.TEST_RELEASE ? View.VISIBLE : View.GONE);
PreferenceManager.getDefaultSharedPreferences(getContext()).registerOnSharedPreferenceChangeListener(this);