java.lang.IllegalStateException: Unable to create layer for v

前端 未结 4 2007
挽巷
挽巷 2021-01-01 11:40

I have this exception on crashlytics and have no idea how to reproduce or what the cause might be. Does anyone have any pointers as to where I should start looking? Only aff

4条回答
  •  死守一世寂寞
    2021-01-01 11:46

    This issue seems related to Scene transition with hero elements throws Layer exceeds max. dimensions supported by the GPU.

    You should look at any activity transaction you are making and particularly for the effects of makeSceneTransitionAnimation().

提交回复
热议问题