refactor: Remove todo list feature
This commit is contained in:
parent
107374cf60
commit
e1474c48d8
6 changed files with 0 additions and 574 deletions
|
|
@ -6,7 +6,6 @@ import 'package:flutter_gen/gen_l10n/l10n.dart';
|
|||
import 'package:matrix/encryption.dart';
|
||||
import 'package:matrix/matrix.dart';
|
||||
|
||||
import 'package:fluffychat/pages/tasks/tasks.dart';
|
||||
import 'uia_request_manager.dart';
|
||||
|
||||
extension LocalizedExceptionExtension on Object {
|
||||
|
|
@ -24,9 +23,6 @@ extension LocalizedExceptionExtension on Object {
|
|||
if (this is InvalidPassphraseException) {
|
||||
return L10n.of(context)!.wrongRecoveryKey;
|
||||
}
|
||||
if (this is TodoListChangedException) {
|
||||
return L10n.of(context)!.todoListChangedError;
|
||||
}
|
||||
if (this is FileTooBigMatrixException) {
|
||||
return L10n.of(context)!.fileIsTooBigForServer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue