Show empty list message after removing recording(s)
This commit is contained in:
parent
c7518c6fd2
commit
cd06eb3746
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,7 @@ public class RecordingsFragment extends Fragment
|
||||||
|
|
||||||
Collections.sort(mRecordings);
|
Collections.sort(mRecordings);
|
||||||
}
|
}
|
||||||
|
hideRecordingListAndDisplayMessageIfEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void searchForRecordings() {
|
private void searchForRecordings() {
|
||||||
|
@ -244,5 +245,6 @@ public class RecordingsFragment extends Fragment
|
||||||
mRecordings.remove(record);
|
mRecordings.remove(record);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
hideRecordingListAndDisplayMessageIfEmpty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue