Android : Android startSupportActionMode breaks in appcompat 22.0.0

on Wednesday, March 18, 2015


In the newest appcompat v 22.0.0 startSupportActionMode() breaks. The only thing needed for breaking it is simply updating which library is used. The functionality still works but the view is just all white.


Using startSupportActionMode with following gradle build: compile "com.android.support:appcompat-v7:21.0.+"


Gives following results: actionmode working as it should


But with gradle build: compile 'com.android.support:appcompat-v7:22.0.0'


I get following: actionmode failing


0 comments:

Post a Comment