mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
fix: removed reference to this
when using baseConfig
This commit is contained in:
@ -280,7 +280,7 @@ abstract class MyViewPagerFragment(context: Context, attributeSet: AttributeSet)
|
||||
activity?.apply {
|
||||
val orderIds = items.map { it.id }
|
||||
val orderGsonString = Gson().toJson(orderIds)
|
||||
this.baseConfig.favoritesContactsOrder = orderGsonString
|
||||
baseConfig.favoritesContactsOrder = orderGsonString
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user