M
Size: a a a
M
M
D
AS
rA
☠🇷
fun getAllFromDb(): List<Aggregator> = mutableListOf<Aggregator>().apply {
DBHelper.instance(AppEx.instance!!).readableDatabase.use {
it.select(DBHelper.TABLE_AGGREGATORS).exec {
if(moveToFirst()) {
do {
add(parseItem(this))
} while (moveToNext())
}
}
}
}
☠🇷
YS
☠🇷
YS
MK
android {...}
и т.п.bk
a
a
ШН
ШН
bk
a
W