Skip to content

Runtime error fix due to window requests

Ernir Erlingsson requested to merge 1016-reblog-runtime-error into master

Turns out that AppCompat's onCreate(..) method is doing some stuff that could affect window requests, who should therefore always be requested before calling super.onCreate(..)

I modified this behaviour as well in the ConversationActivity although we weren't experiencing any issues there so far.

Closes #1016 (closed)

This also affects #1007 (closed), which is also related to a window feature request.

Closes #1007 (closed)

Edited by Ernir Erlingsson

Merge request reports