fixed typo

This commit is contained in:
Aksenov Vladimir 2019-09-09 16:30:41 +03:00
parent 297937b643
commit 6fc535fe76
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import ru.touchin.roboswag.components.navigation.activities.BaseActivity
/**
* This detector NOT detect landscape fullscreen keyboard
*
* You activity must have android:windowSoftInputMode="adjustResize" at least, otherwise listeners won't be called
* Your activity must have android:windowSoftInputMode="adjustResize" at least, otherwise listeners won't be called
*/
class KeyboardBehaviorDetector(
activity: BaseActivity