Программная клавиатура не работает, но видна с черной светлой тенью
МОЙ XML-файл
Код: Выделить всё
Код: Выделить всё
public class FullPageBottomSheetFragment extends BottomSheetDialogFragment/* implements TextWatcher*/ {
private FragmentFullPageBottomSheetBinding binding;
private RecyclerView recyclerViewFriends; // Add this line
@Nullable
@Override
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
binding = FragmentFullPageBottomSheetBinding.inflate(inflater, container, false);
// Request focus to the EditText to show the soft keypad
binding.textSearch.setFocusableInTouchMode(true);
binding.textSearch.requestFocus();
// binding.textSearch.addTextChangedListener(this);
return binding.getRoot();
}
}

Этот тип ошибки я увидел впервые за свою карьеру, пожалуйста, помогите мне исправить мой код.
Подробнее здесь: https://stackoverflow.com/questions/767 ... bled-softk