I want to know when the keyboard is closed, so I\'m using android:configChanges=\"orientation|keyboardHidden\". I have to override the method onConfiguratio
android:configChanges=\"orientation|keyboardHidden\"
onConfiguratio
Have you added super.onConfigurationChanged(newConfig); in the overridden method?
super.onConfigurationChanged(newConfig);