diff --git a/navigation/src/main/java/ru/touchin/roboswag/components/navigation/keyboard_resizeable/KeyboardBehaviorDetector.kt b/navigation/src/main/java/ru/touchin/roboswag/components/navigation/keyboard_resizeable/KeyboardBehaviorDetector.kt index ff73e0c..8628667 100644 --- a/navigation/src/main/java/ru/touchin/roboswag/components/navigation/keyboard_resizeable/KeyboardBehaviorDetector.kt +++ b/navigation/src/main/java/ru/touchin/roboswag/components/navigation/keyboard_resizeable/KeyboardBehaviorDetector.kt @@ -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