mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
fix(android): use SoLoader to load sqlite native library
This commit is contained in:
parent
3bb5dfffbe
commit
80ab034493
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class ClawApplication : Application(), ApplicationComponentOwner {
|
|||
Whetstone.inject(this)
|
||||
super.onCreate()
|
||||
SoLoader.init(this, false)
|
||||
SoLoader.loadLibrary("sqlite3x")
|
||||
plugins.forEach { plugin -> plugin.apply(this) }
|
||||
val postUpdateWorkRequest =
|
||||
PeriodicWorkRequestBuilder<SavedPostUpdaterWorker>(POST_REFRESH_PERIOD, TimeUnit.HOURS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue