No issue: Update AC to 61.0.20200925190057

pull/159/head^2
ekager 4 years ago committed by Sebastian Kaspari
parent 7d5c199e51
commit 0d0a28d551

@ -75,8 +75,8 @@ class TabCollectionStorage(
return collectionStorage.getTabCollectionsCount()
}
fun getCollections(limit: Int = 20): LiveData<List<TabCollection>> {
return collectionStorage.getCollections(limit).asLiveData()
fun getCollections(): LiveData<List<TabCollection>> {
return collectionStorage.getCollections().asLiveData()
}
fun getCollectionsPaged(): DataSource.Factory<Int, TabCollection> {

@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object AndroidComponents {
const val VERSION = "61.0.20200925130131"
const val VERSION = "61.0.20200925190057"
}

Loading…
Cancel
Save