Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
worthlessly rename a variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Oct 12, 2022
1 parent 865760a commit 7a267a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/scala/HubActivity.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1772,11 +1772,11 @@ class HubActivity
setVis(isVisible = true, lnSyncIndicator)
}.run

def resetChainCards(ext1: WalletExt): Unit = {
def resetChainCards(wext: WalletExt): Unit = {
// Remove all existing cards and place new ones
LNParams.synchronized(LNParams.chainWallets = ext1)
LNParams.synchronized(LNParams.chainWallets = wext)
chainCards.holder.removeAllViewsInLayout
chainCards.init(ext1.wallets)
chainCards.init(wext.wallets)
updateView()
}

Expand Down

0 comments on commit 7a267a0

Please sign in to comment.