StanGomes

Results 2 comments of StanGomes

My solution was to wrap the coroutine in refreshVideos() function with a try/catch block. ```kotlin suspend fun refreshVideos() { withContext(Dispatchers.IO) { try{ val playlist = Network.devbytes.getPlaylist().await() database.videoDao.insertAll(*playlist.asDatabaseModel()) } catch (e:...

> Hi ,Apologies on the delayed response. After an initial investigation we observed there is no officially supported APIs to open an Incognito Custom Tab. Hence this might take some...