Android Spinner OnItemSelected not called with the same item

后端 未结 2 2078
花落未央
花落未央 2020-12-10 04:17

First of all, I know that this was asked several time, but on newer android versions it looks like that the suggested solutions doesn\'t work. I need that my spinner call On

2条回答
  •  一向
    一向 (楼主)
    2020-12-10 04:36

    For me, I extended AppCompatSpinner.

    Also if your Spinneris in XML for layout, remember to change your

    to

提交回复
热议问题