aliya_ilina

Results 6 comments of aliya_ilina

Facing absolutely the same issue. @liuxuan30 with horizontal bezier there is no such issue. P.S. I using older version of library and cannot right now check with the latest one.

Looks like issue still exists. We have some crashes in Crashlytics with same StackTrace: ``` Non-fatal Exception: SQLiteException - Full unable to open database file 0x0 SQLite.PreparedSqlLiteInsertCommand.ExecuteNonQuery(System.Object[] source) () 0x0...

@juergw Thank you for your quick response! Yes, recreation can really be the problem. We will try to change the way we use it and see if it works.

@juergw We have no reproduce, so we need to release first and then see the results in console. I will let you know.

@juergw Unfortunately, don't think it has helped, we still see related ANRs in Console. ``` #00 pc 0x000000000004f55c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) #01 pc 0x0000000000232858 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+140) #02 pc 0x000000000045df98 /apex/com.android.art/lib64/libart.so (artJniMethodEnd+336)...

I have some other related problems on iOS with Xamarin, and it really complicates the work. 1. Suppose I want to localize my app to Portuguese (Portugal) language only, the...