youssef
02/16/2024, 9:49 AMactual fun Scope.isScreenLandscape(): Boolean {
return true
}
Jan Holešovský
02/16/2024, 12:38 PMUIApplication
, and get its windowScene
which has the interfaceOrientation
youssef
02/16/2024, 1:24 PMval mainWindow = UIApplication.sharedApplication.windows.firstOrNull()
and there is no such thing as windowSceneJan Holešovský
02/16/2024, 2:40 PMyoussef
02/16/2024, 4:35 PM