Closed chetbox closed 8 years ago
See this SO question for more info.
Simple solution:
Make content_view() return getDecorView() not, android.R.id.content view.
content_view()
getDecorView()
android.R.id.content
Fixed by #252
See this SO question for more info.