forked from github/wulkanowy-mirror
Add missing dashboard item in default view settings (#1450)
This commit is contained in:
@ -30,6 +30,7 @@ class PreferencesRepository @Inject constructor(
|
||||
@ApplicationContext val context: Context,
|
||||
moshi: Moshi
|
||||
) {
|
||||
|
||||
@OptIn(ExperimentalStdlibApi::class)
|
||||
private val dashboardItemsPositionAdapter: JsonAdapter<Map<DashboardItem.Type, Int>> =
|
||||
moshi.adapter()
|
||||
|
Reference in New Issue
Block a user