fix: State problem when not changing emote name
This commit is contained in:
parent
ed945311d9
commit
b625249ff8
2 changed files with 2 additions and 3 deletions
|
|
@ -135,7 +135,6 @@ class EmotesSettingsView extends StatelessWidget {
|
|||
onInvoke: (i) {
|
||||
controller.submitImageAction(
|
||||
imageCode,
|
||||
textEditingController.text,
|
||||
image,
|
||||
textEditingController,
|
||||
);
|
||||
|
|
@ -165,7 +164,6 @@ class EmotesSettingsView extends StatelessWidget {
|
|||
onSubmitted: (s) =>
|
||||
controller.submitImageAction(
|
||||
imageCode,
|
||||
s,
|
||||
image,
|
||||
textEditingController,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue