Does anyone know the replacement for the adjust resize flag in Android 11? My layout has the EditText and it's getting hidden after the keyboard popup as I can't use the below the flag
getActivity().getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
Thanks