Skip to content

Commit

Permalink
fix: android auto reset
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Mar 26, 2024
1 parent 5d4950e commit bd20a21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ public Boolean set(final String id) {
}

public void autoReset() {
String id = this.prefs.getString(WebView.CAP_SERVER_PATH);
String id = this.prefs.getString(WebView.CAP_SERVER_PATH, "");
final BundleInfo currentBundle = this.getBundleInfo(id);
if (!currentBundle.isBuiltin() && !this.bundleExists(id)) {
Log.i(TAG, "Folder at bundle path does not exist. Triggering reset.");
Expand Down

0 comments on commit bd20a21

Please sign in to comment.