mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-06-13 05:51:10 +00:00
fix: ktlint multiline-if-else braces in PezkuwiDashboardAdapter
This commit is contained in:
+4
-1
@@ -80,8 +80,11 @@ class PezkuwiDashboardHolder(
|
||||
|
||||
if (showTracking) {
|
||||
binder.pezkuwiDashboardStartTrackingButton.isEnabled = !trackingLoading
|
||||
binder.pezkuwiDashboardStartTrackingButton.text = if (trackingLoading) "..." else
|
||||
binder.pezkuwiDashboardStartTrackingButton.text = if (trackingLoading) {
|
||||
"..."
|
||||
} else {
|
||||
binder.root.context.getString(R.string.pezkuwi_dashboard_start_tracking)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user