You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
Fixed various issue in RN app
This commit is contained in:
@ -90,7 +90,10 @@ reg.synchronizer = async () => {
|
||||
}
|
||||
|
||||
reg.scheduleSync = async () => {
|
||||
if (reg.scheduleSyncId_) return;
|
||||
if (reg.scheduleSyncId_) {
|
||||
clearTimeout(reg.scheduleSyncId_);
|
||||
reg.scheduleSyncId_ = null;
|
||||
}
|
||||
|
||||
reg.logger().info('Scheduling sync operation...');
|
||||
|
||||
|
Reference in New Issue
Block a user