Skip to content

Commit

Permalink
change overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
jyotidwi committed Oct 24, 2023
1 parent e843496 commit 4de406c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class SettingsViewModel : BaseViewModel(), BaseSettingsItem.Handler {
// Re-authenticate is not feasible on 8.0+
list.add(Reauthenticate)
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
if (Build.VERSION.SDK_INT >= 31) {
// Can hide overlay windows on 12.0+
list.remove(Tapjack)
}
Expand Down

0 comments on commit 4de406c

Please sign in to comment.