mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Fluff
This commit is contained in:
+2
-3
@@ -38,9 +38,8 @@ class DualApplePodsCardVH(parent: ViewGroup) :
|
||||
|
||||
lastSeen.text = device.lastSeenFormatted(item.now)
|
||||
|
||||
reception.text = device.getSignalQuality(context)
|
||||
if (item.isMainPod) {
|
||||
reception.append("\n(${getString(R.string.pods_yours)})")
|
||||
reception.text = device.getSignalQuality(context).let {
|
||||
if (item.isMainPod) "$it\n(${getString(R.string.pods_yours)})" else it
|
||||
}
|
||||
|
||||
// Left Pod
|
||||
|
||||
Reference in New Issue
Block a user