BayernMessenger/app/src/main/java/im/vector/riotredesign/core/platform/RiotFragment.kt

12 lines
208 B
Kotlin

package im.vector.riotredesign.core.platform
import com.airbnb.mvrx.BaseMvRxFragment
abstract class RiotFragment : BaseMvRxFragment() {
override fun invalidate() {
//no-ops by default
}
}