parent
e0fd7ecd3b
commit
36891a196b
|
@ -40,13 +40,13 @@ class _ChatSettingsState extends State<ChatSettings> {
|
||||||
Matrix.of(context).swipeToEndAction = action;
|
Matrix.of(context).swipeToEndAction = action;
|
||||||
await Matrix.of(context)
|
await Matrix.of(context)
|
||||||
.store
|
.store
|
||||||
.setItem('chat.fluffy.swipeToEndAction', action);
|
.setItem('dev.inex.furrychat.swipeToEndAction', action);
|
||||||
setState(() => null);
|
setState(() => null);
|
||||||
} else {
|
} else {
|
||||||
Matrix.of(context).swipeToStartAction = action;
|
Matrix.of(context).swipeToStartAction = action;
|
||||||
await Matrix.of(context)
|
await Matrix.of(context)
|
||||||
.store
|
.store
|
||||||
.setItem('chat.fluffy.swipeToStartAction', action);
|
.setItem('dev.inex.furrychat.swipeToStartAction', action);
|
||||||
setState(() => null);
|
setState(() => null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue