mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +01:00
fix: emote settings
This commit is contained in:
parent
cbb40b6fdb
commit
e36a6aed74
@ -234,7 +234,7 @@ class EmotesSettingsController extends State<EmotesSettings> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
controller.value = ImagePackImageContent.fromJson(<String, dynamic>{
|
controller.value = ImagePackImageContent.fromJson(<String, dynamic>{
|
||||||
'url': uploadResp.result,
|
'url': uploadResp.result.toString(),
|
||||||
'info': info,
|
'info': info,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user