Fix compilation warning (exhaustive when)
This commit is contained in:
parent
ed62a2f1c9
commit
7502158ba9
@ -272,6 +272,7 @@ internal class DefaultQrCodeVerificationTransaction(
|
|||||||
// I now know that i can trust my MSK
|
// I now know that i can trust my MSK
|
||||||
trust(true, emptyList(), true)
|
trust(true, emptyList(), true)
|
||||||
}
|
}
|
||||||
|
null -> Unit
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -314,6 +314,7 @@ internal class RoomSummaryDataSource @Inject constructor(
|
|||||||
RoomCategoryFilter.ONLY_ROOMS -> query.equalTo(RoomSummaryEntityFields.IS_DIRECT, false)
|
RoomCategoryFilter.ONLY_ROOMS -> query.equalTo(RoomSummaryEntityFields.IS_DIRECT, false)
|
||||||
RoomCategoryFilter.ONLY_WITH_NOTIFICATIONS -> query.greaterThan(RoomSummaryEntityFields.NOTIFICATION_COUNT, 0)
|
RoomCategoryFilter.ONLY_WITH_NOTIFICATIONS -> query.greaterThan(RoomSummaryEntityFields.NOTIFICATION_COUNT, 0)
|
||||||
RoomCategoryFilter.ALL -> Unit // nop
|
RoomCategoryFilter.ALL -> Unit // nop
|
||||||
|
null -> Unit
|
||||||
}
|
}
|
||||||
|
|
||||||
// Timber.w("VAL: activeSpaceId : ${queryParams.activeSpaceId}")
|
// Timber.w("VAL: activeSpaceId : ${queryParams.activeSpaceId}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user