fix: always show zap count on post cards, including 0
This commit is contained in:
@@ -218,7 +218,7 @@ fun ActionBar(
|
||||
)
|
||||
}
|
||||
}
|
||||
if (!isZapInProgress && zapSats > 0) {
|
||||
if (!isZapInProgress) {
|
||||
val context = LocalContext.current
|
||||
val fiatPrefs = remember { FiatPreferences.get(context) }
|
||||
fiatPrefs.fiatMode.collectAsState().value
|
||||
|
||||
Reference in New Issue
Block a user