Recent content by Saral

  1. S

    Setting requestedOrientation results in crash

    Got it resolved with this suggestion: https://stackoverflow.com/a/78787346/26481026
  2. S

    Setting requestedOrientation results in crash

    I am observing crash with the below AndroidTest code. Could someone please help me in fixing this? package com.example.sandbox import android.content.pm.ActivityInfo import androidx.compose.ui.test.ComposeTimeoutException import androidx.compose.ui.test.junit4.createAndroidComposeRule import...