mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Allow choose backup restore flow to work on pre-API29 devices.
This commit is contained in:
committed by
Greyson Parrelli
parent
9366596f5f
commit
5d96bc2d3a
@@ -166,7 +166,6 @@ public class BackupUtil {
|
||||
return backups;
|
||||
}
|
||||
|
||||
@RequiresApi(29)
|
||||
public static @Nullable BackupInfo getBackupInfoFromSingleUri(@NonNull Context context, @NonNull Uri singleUri) {
|
||||
DocumentFile documentFile = DocumentFile.fromSingleUri(context, singleUri);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user