mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-17 13:30:33 -04:00
[db] Deprecate usage of localization cache for name and summary
This commit is contained in:
@@ -255,9 +255,11 @@ internal constructor(
|
||||
return map.ifEmpty { null }
|
||||
}
|
||||
|
||||
@Deprecated("Use metadata.name.getBestLocale(localeList) instead.")
|
||||
public override val name: String?
|
||||
get() = metadata.localizedName
|
||||
|
||||
@Deprecated("Use metadata.summary.getBestLocale(localeList) instead.")
|
||||
public override val summary: String?
|
||||
get() = metadata.localizedSummary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user