Unexplainable ClassCastException in android.widget.ProgressBar.onRestoreInstanceState

后端 未结 7 1640
予麋鹿
予麋鹿 2020-12-29 19:21

I\'ve had my application out in the store for a while, but it seems it crashes occasionally according to the crash reports in the Developer Console, saying: java.lang.

7条回答
  •  攒了一身酷
    2020-12-29 19:47

    You can use for some cases: isSaveEnabled = false for view with the same id to avoid error during restore state

提交回复
热议问题