keep it simple
This commit is contained in:
parent
a8e3934b7a
commit
32aa3e3579
1 changed files with 0 additions and 3 deletions
|
@ -244,9 +244,6 @@ class OmnipodDashOverviewFragment : DaggerFragment() {
|
|||
|
||||
private fun updateBluetoothConnectionStatus(event: EventPumpStatusChanged) {
|
||||
var status = event.getStatus(resourceHelper)
|
||||
if (status.isEmpty()) {
|
||||
status = resourceHelper.gs(R.string.disconnected)
|
||||
}
|
||||
bluetoothStatusBinding.omnipodDashBluetoothStatus.text = status
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue