MultiChoiceAdapter icon indicating copy to clipboard operation
MultiChoiceAdapter copied to clipboard

support for AppCompatActivity added in appcompat-v7:22.1.1

Open yesidlazaro opened this issue 9 years ago • 0 comments

java.lang.IllegalStateException: List view must belong to an ActionBarActivity at com.manuelpeinado.multichoiceadapter.extras.actionbarcompat.MultiChoiceAdapterHelper.startActionMode(MultiChoiceAdapterHelper.java:34) at com.manuelpeinado.multichoiceadapter.MultiChoiceAdapterHelperBase.checkItem(MultiChoiceAdapterHelperBase.java:117) at com.manuelpeinado.multichoiceadapter.MultiChoiceAdapterHelperBase.setItemChecked(MultiChoiceAdapterHelperBase.java:105) at com.manuelpeinado.multichoiceadapter.MultiChoiceAdapterHelperBase.onCheckedChanged(MultiChoiceAdapterHelperBase.java:297) at android.widget.CompoundButton.setChecked(CompoundButton.java:154) at android.widget.CompoundButton.toggle(CompoundButton.java:113) at android.widget.CompoundButton.performClick(CompoundButton.java:118) at android.view.View$PerformClick.run(View.java:19866) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5254) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)

yesidlazaro avatar May 21 '15 20:05 yesidlazaro