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
in my case, i added cardstack inside my class which is extending from fragment. it does not allow me to pass context in mCardStack.setListener() that error says "setListener (cardstack.CardStack.cardEventListener) in CardStack cannot be applied to (android.content.Context)"
i tried by passing "getActivity()" , "getApplicationContext()", getActivity().getApplicationContext() but all in vein. kindly tell me what i am to do with this error.
thanks.
The text was updated successfully, but these errors were encountered:
in my case, i added cardstack inside my class which is extending from fragment. it does not allow me to pass context in mCardStack.setListener() that error says "setListener (cardstack.CardStack.cardEventListener) in CardStack cannot be applied to (android.content.Context)"
i tried by passing "getActivity()" , "getApplicationContext()", getActivity().getApplicationContext() but all in vein. kindly tell me what i am to do with this error.
thanks.
The text was updated successfully, but these errors were encountered: