1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Mobile: Auto-save after toggling to-do state

This commit is contained in:
Laurent Cozic 2019-07-13 23:49:35 +01:00
parent d066350eea
commit 0255546ae1

View File

@ -536,6 +536,8 @@ class NoteScreenComponent extends BaseScreenComponent {
toggleIsTodo_onPress() {
shared.toggleIsTodo_onPress(this);
this.scheduleSave();
}
tags_onPress() {