Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 67dd495

Browse files
committed
Fix offline error message appearing for a short at first launch
1 parent 8adca83 commit 67dd495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/fox2code/mmm/repo/RepoManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public interface UpdateListener {
9696

9797
private final Object repoUpdateLock = new Object();
9898
private boolean repoUpdating;
99-
private boolean repoLastResult = false;
99+
private boolean repoLastResult = true;
100100

101101
public boolean isRepoUpdating() {
102102
return this.repoUpdating;

0 commit comments

Comments
 (0)