minor cleanup

This commit is contained in:
Stephan D
2026-01-16 12:08:52 +01:00
parent 67a9b72a3f
commit 4cd4bfe7be
33 changed files with 50 additions and 51 deletions

View File

@@ -25,7 +25,7 @@ class PermissionsLoader extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Consumer2<PermissionsProvider, AccountProvider>(
builder: (context, provider, _accountProvider, _) {
builder: (context, provider, _, _) {
if (provider.error != null) {
final loc = AppLocalizations.of(context)!;
return Center(