requestFocus not working

前端 未结 5 1618
悲哀的现实
悲哀的现实 2021-01-02 06:41


        
5条回答
  •  执笔经年
    2021-01-02 07:34

    Solved it! In manifest I added following to the activity:

    android:windowSoftInputMode="stateAlwaysVisible"
    

提交回复
热议问题