Skip to content

Commit 9c4af01

Browse files
committed
Replace context with getContext
1 parent a6ce07e commit 9c4af01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/pages/home/home_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class HomeController extends Controller {
239239
_receiptTagController.clear();
240240
_receiptCategoryController.clear();
241241

242-
UserNotifier.success(S.of(context).addedSuccessfully, getContext());
242+
UserNotifier.success(S.of(getContext()).addedSuccessfully, getContext());
243243
refreshUI();
244244
}
245245

0 commit comments

Comments
 (0)