Empty activity instead of 'Idle' in combo tab.

This commit is contained in:
Johannes Mockenhaupt 2017-11-11 16:12:19 +01:00
parent 5e6b014ef4
commit 355a973727
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -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