[mob][photos] Fix build failing
This commit is contained in:
@@ -17,7 +17,6 @@ import 'package:path_provider/path_provider.dart';
|
||||
import 'package:photos/core/error-reporting/tunneled_transport.dart';
|
||||
import "package:photos/core/errors.dart";
|
||||
import 'package:photos/models/typedefs.dart';
|
||||
import "package:photos/services/machine_learning/face_ml/face_ml_exceptions.dart";
|
||||
import 'package:sentry_flutter/sentry_flutter.dart';
|
||||
import 'package:shared_preferences/shared_preferences.dart';
|
||||
|
||||
@@ -236,8 +235,7 @@ class SuperLogging {
|
||||
if (error is DioError) {
|
||||
return;
|
||||
}
|
||||
if (error is CouldNotRetrieveAnyFileData ||
|
||||
error is StorageLimitExceededError ||
|
||||
if (error is StorageLimitExceededError ||
|
||||
error is WiFiUnavailableError ||
|
||||
error is InvalidFileError ||
|
||||
error is NoActiveSubscriptionError) {
|
||||
|
||||
Reference in New Issue
Block a user