Skip to content

Commit f936770

Browse files
Numoywestracer
authored andcommitted
fix(app): fix method signature
1 parent eee7680 commit f936770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter_secure_storage/android/src/main/java/com/it_nomads/fluttersecurestorage/FlutterSecureStorage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private SharedPreferences getEncryptedSharedPreferences(boolean deleteOnFailure,
129129
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
130130
if (cause instanceof StrongBoxUnavailableException && !isOnlyStrongBoxAllowed) {
131131
// Fallback to not using Strongbox
132-
return getEncryptedSharedPreferences(deleteOnFailure, options, context, sharedPreferencesName, false);
132+
return getEncryptedSharedPreferences(deleteOnFailure, options, context, sharedPreferencesName, false, isOnlyStrongBoxAllowed);
133133
}
134134
}
135135
}

0 commit comments

Comments
 (0)