Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer committed Aug 1, 2019
1 parent f6063e6 commit dbf1cac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public String getName() {
@Override
public void onHostResume() { // Activity `onResume`
module = this;
Statusgo.setMobileSignalHandler("wifi");
Statusgo.setMobileSignalHandler(this);
}

@Override
Expand Down

0 comments on commit dbf1cac

Please sign in to comment.