Stephan Ruiz

Results 2 issues of Stephan Ruiz

Hello, Is there a way to set the background of the spotlight to a blur? Meaning that you cannot see the layout underneath the spotlight, due to the blur? I...

`suspend fun refreshTitle() { // interact with *blocking* network and IO calls from a coroutine withContext(Dispatchers.IO) { val result = try { // Make network request using a blocking call...