Empty activity instead of 'Idle' in combo tab.
This commit is contained in:
parent
5e6b014ef4
commit
355a973727
|
@ -103,7 +103,7 @@ public class ComboFragment extends SubscriberFragment implements View.OnClickLis
|
|||
|
||||
// activity
|
||||
String activity = plugin.getPump().activity;
|
||||
activityView.setText(activity != null ? activity : getString(R.string.combo_pump_action_idle));
|
||||
activityView.setText(activity != null ? activity : "");
|
||||
|
||||
if (plugin.isInitialized()) {
|
||||
// battery
|
||||
|
|
Loading…
Reference in a new issue