Skip to content

Instantly share code, notes, and snippets.

@whalemare
Created May 27, 2017 10:01
Show Gist options
  • Save whalemare/a6f182f4f10393aeff67bd79387045cf to your computer and use it in GitHub Desktop.
Save whalemare/a6f182f4f10393aeff67bd79387045cf to your computer and use it in GitHub Desktop.
/**
* @since 2017
* @author Anton Vlasov - whalemare
*/
class NoteMakerPresenterImpl : BaseMvpPresenterK<NoteMakerView>(), NoteMakerPresenter {
override fun onClickNoteView() {
isActive { it.showKeyboard() }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment