Created
May 27, 2017 10:01
-
-
Save whalemare/a6f182f4f10393aeff67bd79387045cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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