SourceSortBottomSheet
internal fun SourceSortBottomSheet(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)(source)
Bottom sheet with provider list sort order options.
Author
Dmitriy Moroz
Parameters
state
current selected sort order.
strings
localized sort option labels.
processIntent
sends sort changes back to the setup MVI pipeline.