Skip to content

Commit df5e1cf

Browse files
committed
Update to require API 28 to show the sustainer icon setting.
1 parent 6165de0 commit df5e1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Simplenote/src/main/java/com/automattic/simplenote/PreferencesFragment.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public boolean onPreferenceClick(Preference preference) {
245245
try {
246246
if (
247247
mPreferencesBucket.get(PREFERENCES_OBJECT_KEY).getCurrentSubscriptionPlatform() != null &&
248-
Build.VERSION.SDK_INT >= Build.VERSION_CODES.O
248+
Build.VERSION.SDK_INT >= Build.VERSION_CODES.P
249249
) {
250250
sustainerIconPreference.setVisible(true);
251251
sustainerIconPreference.setOnPreferenceChangeListener((preference, newValue) -> {

0 commit comments

Comments
 (0)