Skip to content

Commit

Permalink
Rebase and update
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Feb 19, 2024
1 parent 6571d8c commit c18d4ec
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,12 @@ public WalletType getWalletType()
return wallet.type;

Check warning on line 440 in app/src/main/java/com/alphawallet/app/ui/TokenScriptJsActivity.java

View check run for this annotation

Codecov / codecov/patch

app/src/main/java/com/alphawallet/app/ui/TokenScriptJsActivity.java#L440

Added line #L440 was not covered by tests
}

@Override
public GasService getGasService()
{
return viewModel.getGasService();

Check warning on line 446 in app/src/main/java/com/alphawallet/app/ui/TokenScriptJsActivity.java

View check run for this annotation

Codecov / codecov/patch

app/src/main/java/com/alphawallet/app/ui/TokenScriptJsActivity.java#L446

Added line #L446 was not covered by tests
}

/***
* TokenScript view handling
*/
Expand Down

0 comments on commit c18d4ec

Please sign in to comment.