Show only one resume
This commit is contained in:
parent
7a77571803
commit
e524c43138
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ public class OverviewFragment extends Fragment implements View.OnClickListener,
|
|||
|
||||
if (!loopPlugin.isDisconnected()) {
|
||||
showSuspendtPump(menu, pumpDescription);
|
||||
} else {
|
||||
} else if (!loopPlugin.isSuspended()){
|
||||
menu.add(MainApp.gs(R.string.resume));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue