Activity did not call finish? (API 23)

后端 未结 8 1705
渐次进展
渐次进展 2020-12-08 06:47

I am getting the following error and i have no clue as to why its happening.

Error:

08-23 17:07:46.533  22454-22454/com.a.b.c E/Andr         


        
8条回答
  •  再見小時候
    2020-12-08 07:41

    I'm having the same problem, the same crash with the

    did not call finish() prior to onResume() completing

    error message. So I created the v23\styles.xml

    
    

    while the normal styles.xml has

    
    

    It works fine, no longer crashes. However, I don't know how good is this solution, to use Theme.Translucent in API 23, especially as it is defined as

    Theme for translucent activities (on API level 10 and lower).

    I really hope they fix this bug.

提交回复
热议问题