Don't show list chips for google task lists

pull/2298/head
Alex Baker 1 year ago
parent 2da4dcd17a
commit a7662d9cb6

@ -126,7 +126,13 @@ class ChipProvider @Inject constructor(
)
}
if (!isSubtask && !sortByList && preferences.showListChip && filter !is CaldavFilter) {
if (
!isSubtask &&
!sortByList &&
preferences.showListChip &&
filter !is CaldavFilter &&
filter !is GtasksFilter
) {
remember(list, isGoogleTask) {
lists
.getCaldavList(list)

Loading…
Cancel
Save