underflow in restore in android 4.3

后端 未结 2 1852
暗喜
暗喜 2021-02-14 21:20

I\'m getting a IllegalStateException: underflow in restore exception, which is causing my application to crash. This started happening after android 4.3 update.

2条回答
  •  忘了有多久
    2021-02-14 21:52

    public void restore ()

    Added in API level 1 This call balances a previous call to save(), and is used to remove all modifications to the matrix/clip state since the last save call. It is an error to call restore() more times than save() was called.

提交回复
热议问题