美文网首页
FragmentManager is already execu

FragmentManager is already execu

作者: 河马过河 | 来源:发表于2020-03-30 16:45 被阅读0次
     java.lang.IllegalStateException: FragmentManager is already executing transactions
    

    现象

    debug运行正常,Release运行直接崩溃

    原因

    因为使用了rxpermissions 类库,而未添加混淆

    混淆规则如下:

    -keep class com.tbruyelle.rxpermissions2.* {
       *;
    }
    

    相关文章

      网友评论

          本文标题:FragmentManager is already execu

          本文链接:https://www.haomeiwen.com/subject/arbvuhtx.html