isDesktopModeRemembered

abstract suspend fun isDesktopModeRemembered(url: String): Boolean

Correct from the very first navigation: reads the in-memory cache and, only during the brief window before the cache is primed at startup, falls back to a direct DB read so a remembered site never loads in mobile mode by accident.