pull/1919/head
Jegatheeswaran M 1 month ago
parent 32bb7980f6
commit 31987b394a

@ -31,6 +31,8 @@ class Interests2PaneViewModel @Inject constructor(
private val savedStateHandle: SavedStateHandle,
) : ViewModel() {
val route = savedStateHandle.toRoute<InterestsRoute>()
val selectedTopicId: StateFlow<String?> = savedStateHandle.getStateFlow(
key = TOPIC_ID_KEY,

Loading…
Cancel
Save