Skip to content

Commit

Permalink
Implement missing callback function
Browse files Browse the repository at this point in the history
  • Loading branch information
beansgum committed Jan 4, 2021
1 parent 97862df commit 090defd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ class ConnectedPeers: BaseActivity(), SyncProgressListener {

}

override fun onCFiltersFetchProgress(p0: CFiltersFetchProgressReport?) {

}

override fun onSyncCanceled(p0: Boolean) {

}
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
<string name="connected_peers_details">
ID: %1$d
\nAddr: %2$s
\nAddrLocal: %3$s
\nAddr Local: %3$s
\nServices: %4$s
\nVersion: %5$d
\nSubVer: %6$s
\nStartingHeight: %7$d
\nBanScore: %8$d
\nStarting height: %7$d
\nBan score: %8$d
</string>
<string name="version">Version</string>
<string name="build_date">Build date</string>
Expand Down

0 comments on commit 090defd

Please sign in to comment.