We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ce07e commit 9c4af01Copy full SHA for 9c4af01
lib/app/pages/home/home_controller.dart
@@ -239,7 +239,7 @@ class HomeController extends Controller {
239
_receiptTagController.clear();
240
_receiptCategoryController.clear();
241
242
- UserNotifier.success(S.of(context).addedSuccessfully, getContext());
+ UserNotifier.success(S.of(getContext()).addedSuccessfully, getContext());
243
refreshUI();
244
}
245
0 commit comments