[Architecture] use FeatureEntryPoint on Preferences

This commit is contained in:
ganfra 2023-03-02 15:59:25 +01:00
parent a1a9ae1f28
commit 66922c2dfa
17 changed files with 94 additions and 33 deletions

View file

@ -17,10 +17,10 @@
package io.element.android.features.roomlist.api
import com.bumble.appyx.core.plugin.Plugin
import io.element.android.libraries.architecture.EntryPoint
import io.element.android.libraries.architecture.FeatureEntryPoint
import io.element.android.libraries.matrix.core.RoomId
interface RoomListEntryPoint : EntryPoint {
interface RoomListEntryPoint : FeatureEntryPoint {
interface Callback : Plugin {
fun onRoomClicked(roomId: RoomId)
fun onSettingsClicked()