Android 11 Samsung crash

Hello! I`m getting this only from 3 devices on Play Market: Samsung Galaxy S20 5G, Samsung Galaxy Note20 Ultra, Samsung Galaxy S10+. All of them are on Android 11. I also know that Samsung Galaxy S20 5G was Android 10, and had been working fine until Android 11 update. Any ideas?
Besides this crash happens not every time app starts. I think it sometimes happens when android receives push from firebase and trying to initialize DB in the background. There are no cases of crash in the foreground.
Ver: “net.zetetic:android-database-sqlcipher:4.4.0”

    java.lang.RuntimeException: 
      at android.app.ActivityThread.handleMakeApplication (ActivityThread.java:7506)
      at android.app.ActivityThread.handleBindApplication (ActivityThread.java:7440)
      at android.app.ActivityThread.access$1500 (ActivityThread.java:301)
      at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2148)
      at android.os.Handler.dispatchMessage (Handler.java:106)
      at android.os.Looper.loop (Looper.java:246)
      at android.app.ActivityThread.main (ActivityThread.java:8506)
      at java.lang.reflect.Method.invoke (Native Method)
      at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:602)
      at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1130)
    Caused by: net.sqlcipher.database.SQLiteException: 
      at net.sqlcipher.database.SQLiteCompiledSql.native_compile (Native Method)
      at net.sqlcipher.database.SQLiteCompiledSql.compile (SQLiteCompiledSql.java:89)
      at net.sqlcipher.database.SQLiteCompiledSql.<init> (SQLiteCompiledSql.java:62)
      at net.sqlcipher.database.SQLiteProgram.<init> (SQLiteProgram.java:91)
      at net.sqlcipher.database.SQLiteQuery.<init> (SQLiteQuery.java:48)
      at net.sqlcipher.database.SQLiteDirectCursorDriver.query (SQLiteDirectCursorDriver.java:60)
      at net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory (SQLiteDatabase.java:2016)
      at net.sqlcipher.database.SQLiteDatabase.rawQuery (SQLiteDatabase.java:1902)
      at net.sqlcipher.database.SQLiteDatabase.keyDatabase (SQLiteDatabase.java:2669)
      at net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal (SQLiteDatabase.java:2599)
      at net.sqlcipher.database.SQLiteDatabase.openDatabase (SQLiteDatabase.java:1247)
      at net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase (SQLiteDatabase.java:1322)
      at net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase (SQLiteOpenHelper.java:166)
      at net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase (SQLiteOpenHelper.java:135)
      at net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase (SQLiteOpenHelper.java:131)
      at com.itsoft.lan.irbis.db.Storage.getWritableDatabase (Storage.java:288)
      at com.itsoft.lan.irbis.db.Storage.messagesFromQuery (Storage.java:1491)
      at com.itsoft.lan.irbis.db.Storage.getMissedMessages (Storage.java:1696)
      at com.itsoft.lan.irbis.model.Chats.reLoadMissedMessages (Chats.java:625)
      at com.itsoft.lan.irbis.model.Chats.<init> (Chats.java:234)
      at com.itsoft.lan.irbis.model.Chats.getChatsInstance (Chats.java:268)
      at com.itsoft.lan.irbis.IrbisManager.chats (IrbisManager.java:77)
      at com.itsoft.lan.irbis.App.createModel (App.kt:139)
      at com.itsoft.lan.irbis.App.onCreate (App.kt:90)
      at android.app.Instrumentation.callApplicationOnCreate (Instrumentation.java:1192)
      at android.app.ActivityThread.handleMakeApplication (ActivityThread.java:7501)

Hi @Miv-Sher

We have reached out via your GitHub Issue posting. We look forward to your response.