Sunzxyong / Recovery

a crash recovery framework.(一个App异常恢复框架)
Apache License 2.0
1.71k stars 216 forks source link

当activity调用requestWindowFeature(Window.FEATURE_NO_TITLE);时崩溃 #1

Closed caik13 closed 8 years ago

caik13 commented 8 years ago

当activity里面调用requestWindowFeature(Window.FEATURE_NO_TITLE);这个的时候就会导致崩溃

Sunzxyong commented 8 years ago

Please call “requestWindowFeature(Window.FEATURE_NO_TITLE) or getWindow().requestFeature()” method before super.onCreate()

caik13 commented 8 years ago

thanks.