removed unneccessary null assertion operators
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m3s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s

This commit is contained in:
2026-01-02 21:16:13 +01:00
parent a038c22ba6
commit 678ab90af3
7 changed files with 17 additions and 21 deletions

View File

@@ -86,7 +86,7 @@ class _ChooseGroupViewState extends State<ChooseGroupView> {
title: AppLocalizations.of(context).info,
message: AppLocalizations.of(
context,
)!.there_is_no_group_matching_your_search,
).there_is_no_group_matching_your_search,
),
),
child: ListView.builder(