Skip to content

Commit 02ed88e

Browse files
committed
CreateUpdateMonitor on startup
1 parent f6d907a commit 02ed88e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/cryptomator/linux/update/FlatpakUpdater.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public class FlatpakUpdater implements UpdateService, AutoCloseable {
3131

3232
public FlatpakUpdater() {
3333
this.portal = new UpdatePortal();
34+
portal.CreateUpdateMonitor(UpdatePortal.OPTIONS_DUMMY);
3435
}
3536

3637
@Override

0 commit comments

Comments
 (0)