Blaž
04/17/2023, 1:39 PMsafeAreaInsets
and that works fine. But the problem I have is that when screen is rotated this insets change. As per iOS documentation that change should trigger, UIViewController.viewSafeAreaInsetsDidChange
, but in kotlin that is an extension function, an therefore I can’t override it. Does anyone know what is that and how I can work around this?Tlaster
04/17/2023, 3:11 PMBlaž
04/17/2023, 3:54 PMDima Avdeev
04/17/2023, 5:46 PMBlaž
04/17/2023, 6:29 PMDima Avdeev
04/17/2023, 7:32 PMBlaž
04/17/2023, 7:42 PMDima Avdeev
04/17/2023, 7:45 PMBlaž
04/18/2023, 9:44 AMDima Avdeev
04/19/2023, 5:07 PMandrew
04/30/2023, 4:13 AMBlaž
04/30/2023, 7:14 AMandrew
04/30/2023, 3:45 PM