mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 10:51:27 +01:00
Add Storage Service plugin to Spinner.
This commit is contained in:
@@ -23,7 +23,8 @@ class MainActivity : AppCompatActivity() {
|
||||
"Name" to "${Build.MODEL} (API ${Build.VERSION.SDK_INT})",
|
||||
"Package" to packageName
|
||||
),
|
||||
mapOf("main" to Spinner.DatabaseConfig(db = db))
|
||||
mapOf("main" to Spinner.DatabaseConfig(db = db)),
|
||||
emptyMap()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user