Skip to content

Instantly share code, notes, and snippets.

@rimidalv
Created April 13, 2017 14:06
Show Gist options
  • Save rimidalv/f7fc4b48d14fe706e1961a6d4efb4a74 to your computer and use it in GitHub Desktop.
Save rimidalv/f7fc4b48d14fe706e1961a6d4efb4a74 to your computer and use it in GitHub Desktop.
//@StateStrategyType(SingleStateStrategy::class) если есть вот эта строка - то не работает
interface BaseIAmView : BaseRealmView {
fun updateIAm(iAm: IAm)
}
@StateStrategyType(SingleStateStrategy::class)
interface BaseRealmView : MvpView {
fun initData()
}
interface ControlRegionsView : BaseIAmView {
fun updateData(orders: RealmResults<RealmControlOrder>)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment