add context

This commit is contained in:
2025-04-23 20:09:13 +02:00
parent cae07181b8
commit ef6027f45f

View File

@@ -232,7 +232,7 @@ class _MIHProfileGetterState extends State<MIHProfileGetter> {
@override @override
void initState() { void initState() {
//profile = getProfile(); //profile = getProfile();
profile = MIHApiCalls().getProfile(amount); profile = MIHApiCalls().getProfile(amount, context);
super.initState(); super.initState();
} }