Inline large-screen internal setting and remove it.

This commit is contained in:
Alex Hart
2025-11-07 10:13:39 -04:00
committed by Michelle Tang
parent 696dba9dee
commit ba378d28f4
5 changed files with 1 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ fun WindowWidthSizeClass.isAtLeast(other: WindowWidthSizeClass): Boolean {
* Global check for large screen support, can be inlined after production release.
*/
fun isLargeScreenSupportEnabled(): Boolean {
return RemoteConfig.largeScreenUi && SignalStore.internal.largeScreenUi
return RemoteConfig.largeScreenUi
}
@OptIn(ExperimentalWindowCoreApi::class)