TF-2064 Handle limit storage to show warning banner
(cherry picked from commit 3e36cebd5cbe880f9832c62463e71979e15e1741)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import 'package:jmap_dart_client/jmap/account_id.dart';
|
||||
import 'package:jmap_dart_client/jmap/quotas/quota.dart';
|
||||
import 'package:tmail_ui_user/features/quotas/data/datasource/quotas_data_source.dart';
|
||||
import 'package:tmail_ui_user/features/quotas/domain/model/quotas_response.dart';
|
||||
import 'package:tmail_ui_user/features/quotas/domain/repository/quotas_repository.dart';
|
||||
|
||||
class QuotasRepositoryImpl extends QuotasRepository {
|
||||
@@ -9,7 +9,7 @@ class QuotasRepositoryImpl extends QuotasRepository {
|
||||
QuotasRepositoryImpl(this._dataSource);
|
||||
|
||||
@override
|
||||
Future<QuotasResponse> getQuotas(AccountId accountId) {
|
||||
Future<List<Quota>> getQuotas(AccountId accountId) {
|
||||
return _dataSource.getQuotas(accountId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user