card.io-Android-source icon indicating copy to clipboard operation
card.io-Android-source copied to clipboard

Fix AndroidRuntimeException: requestFeature() must be called before a…

Open thigobr opened this issue 8 years ago • 0 comments

…dding content

On Android devices API level <=22 requestFeature() call is made after calling super.onCreate() which raises an Exception.

thigobr avatar May 10 '17 21:05 thigobr