You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i use MaterialSpinner in a fragment, and i reuse this fragment later than dropdown menu doesn't work. I think that the problem is related to canShowPopup() method, maybe the component is detached from activity and getActivity() return null.
If i use MaterialSpinner in a fragment, and i reuse this fragment later than dropdown menu doesn't work. I think that the problem is related to canShowPopup() method, maybe the component is detached from activity and getActivity() return null.
Momentary solution:
MaterialSpinner.getPopupWindow().showAsDropDown(MaterialSpinner);
The text was updated successfully, but these errors were encountered: