phase 4: clean remaining Kotlin warning in host store

This commit is contained in:
2026-03-03 08:00:31 -06:00
parent 169948d636
commit ca372a3300
@@ -32,6 +32,7 @@ object HostStore {
private fun prefs(ctx: Context) = ctx.getSharedPreferences(PREF, Context.MODE_PRIVATE)
@Suppress("UNUSED_PARAMETER")
fun ensureMigrated(ctx: Context) {
// no-op
}