Erkki Nokso-Koivisto
Erkki Nokso-Koivisto
Thanks so much for the response. We'll enable MSAL logging, to be able to gather more info. And yeah, the silent call is done in main thread. Moving the silent...
I have the same issue, have been powering the device via USB only (laptop USB-port). Not sure, but it seems that removing the power source (USB-cable) for 30 secs or...
something was adjusted on corp Azure AAD to overcome this (didn't get further information what was done)
I've highly experimental ARM NEON port on my fork. It's successfully running on Jetson TK1 ARM device, which also has 192 CUDA cores. Feel free to try it :)
good to know something like this is expected, does it work if target sdk is lowered to 31 or 32? is it real device or emulator? i think i've seen...
Thanks for info. I've been observing same behaviour on emulator, but then it works on real device (tested on Fold3 & API 32) It's expected, because nobody seems to maintain...
+1 MaterialDatePicker.onStart() is using EdgeToEdgeUtils.applyEdgeToEdge() which is using deprecated methods [window.setStatusBarColor(statusBarColor);](https://github.com/material-components/material-components-android/blob/3c332f9a276c68fe37de24ee662ecb70f15db70f/lib/java/com/google/android/material/internal/EdgeToEdgeUtils.java#L97) [window.setNavigationBarColor(navigationBarColor);](https://github.com/material-components/material-components-android/blob/3c332f9a276c68fe37de24ee662ecb70f15db70f/lib/java/com/google/android/material/internal/EdgeToEdgeUtils.java#L98)
have you got response to FB19174298?