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:
But with gradle build: compile 'com.android.support:appcompat-v7:22.0.0'
I get following:
0 comments:
Post a Comment