@onekeyfe/react-native-cloud-fs 2.6.2 → 2.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -191,8 +191,8 @@ public class RNCloudFsModule extends ReactContextBaseJavaModule implements Googl
|
|
|
191
191
|
})
|
|
192
192
|
.addOnFailureListener(exception -> {
|
|
193
193
|
clearPendingOperations();
|
|
194
|
-
Log.e(TAG, "Unable to query files: " + exception.getCause().getMessage());
|
|
195
194
|
try {
|
|
195
|
+
Log.e(TAG, "Unable to query files: " + exception.getCause().getMessage());
|
|
196
196
|
UserRecoverableAuthIOException e = (UserRecoverableAuthIOException) exception;
|
|
197
197
|
mPendingPromise = promise;
|
|
198
198
|
mPendingOptions = options;
|