iori57
iori57
Our build is failing now too because bintray is gone
Same here, v 3.14.2 I've set 3 settings below to false in db.rocketchat_settings: - Accounts_TwoFactorAuthentication_Enabled - Accounts_TwoFactorAuthentication_By_Email_Enabled - Accounts_TwoFactorAuthentication_Enforce_Password_Fallback Still getting this error when trying to do a POST to...
+1 for this, I'm not sure why this is not supported because sounds like a common feature to allow user to swipe down to dismiss the drawer For my case...
I'm looking for the exact same functionality, @triztian did you managed to work out something?
Another thing I notice is that if you select attachment and then Audio, all the audio files (including .wav) in my file system are able to display properly with the...
Able to reproduce the same issue. Seems like it is a bug introduced in 0.63, downgrading the library version to 0.62 solves the issue.
I can reproduce it in my physical Google Pixel 4 device, and also in Android emulator of Pixel 3a, on API 30. When debugging, seems like inside the function getCaptureImageOutputUri()...
Same issue here
I am also encountering this crash issue with same stack trace (IllegalArgumentException), using LazyColumn with GlideImage, and setting a placeholder using Painter to either `loading` or `failure` Also, need to...
Yup it has been resolved thanks! The solution is to set audioTrack(false) when first creating the Publisher Object used for the bandwidth test, instead of using publishAudio=false after that.