Join Slack
Communities
Powered by
Why does the `ManagedSQLiteOpenHelper`[1] has its ...
# anko
d
dasralph
02/28/2017, 2:39 PM
Why does the `ManagedSQLiteOpenHelper`[1] has its own reference counter[2] instead of using `SQLiteClosable.releaseReference()`[3]? [1]…
https://github.com/Kotlin/anko/blob/master/anko/library/static/sqlite/src/Database.kt#L145
[2]…
https://github.com/Kotlin/anko/blob/master/anko/library/static/sqlite/src/Database.kt#L152
[3] …
https://developer.android.com/reference/android/database/sqlite/SQLiteClosable.html#releaseReference()
Open in Slack
Previous
Next