We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eac5e1 commit 4fb769eCopy full SHA for 4fb769e
1 file changed
XBMC Remote/NowPlaying.m
@@ -2242,6 +2242,11 @@ - (void)tableView:(UITableView*)tableView commitEditingStyle:(UITableViewCellEdi
2242
else {
2243
[Utilities showMessage:LOCALIZED_STR(@"Cannot do that") color:ERROR_MESSAGE_COLOR];
2244
}
2245
+ // Are there still editable entries?
2246
+ if (playlistData.count == 0) {
2247
+ editTableButton.selected = editTableButton.enabled = NO;
2248
+ [Utilities alphaView:noFoundView AnimDuration:0.2 Alpha:1.0];
2249
+ }
2250
}];
2251
2252
0 commit comments