Skip to content

Commit

Permalink
fix: remove error with this android
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Feb 4, 2022
1 parent bef1a4d commit 9713835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void load() {
new Thread(new Runnable(){
@Override
public void run() {
onActivityStarted(this.getActivity());
onActivityStarted(getActivity());
}
}).start();
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-updater",
"version": "1.1.3",
"version": "1.1.4",
"license": "AGPL-3.0-only",
"description": "Download app update from url",
"main": "dist/plugin.cjs.js",
Expand Down

0 comments on commit 9713835

Please sign in to comment.