Skip to content

Commit

Permalink
fix: return unknown after install
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-peruzzo committed Sep 14, 2022
1 parent a5fea1d commit c370977
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ private void setFallbackBundle(final BundleInfo fallback) {

public BundleInfo getNextBundle() {
final String id = this.prefs.getString(NEXT_VERSION, null);
if (id == null) return null;
return this.getBundleInfo(id);
}

Expand Down

0 comments on commit c370977

Please sign in to comment.