Skip to content

Commit

Permalink
fix: typo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Jun 1, 2022
1 parent 25dcb80 commit 4b0889f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ public void onActivityStopped(@NonNull final Activity activity) {
Log.i(this.TAG, "Version: " + curVersionName + ", is considered broken");
Log.i(this.TAG, "Will downgraded to version: " + (pastVersionName.equals("") ? "builtin" : pastVersionName) + " for next start");
Log.i(this.TAG, "Don't forget to trigger 'notifyAppReady()' in js code to validate a version.");
this.implementation.sendStats("revert", curVersionName)
this.implementation.sendStats("revert", curVersionName);
if (!pastVersion.equals("") && !pastVersionName.equals("")) {
final Boolean res = this.implementation.set(pastVersion, pastVersionName);
if (res && this._reload()) {
Expand Down

0 comments on commit 4b0889f

Please sign in to comment.