mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 00:17:41 +01:00
Fix deadlock when sending photo from camera to new contact.
Fixes #14674 Closes #14679
This commit is contained in:
@@ -472,7 +472,7 @@ class MediaSelectionViewModel(
|
||||
}
|
||||
|
||||
private fun shouldPreUpload(metered: Boolean): Boolean {
|
||||
return !metered
|
||||
return !metered && !isContactSelectionRequired
|
||||
}
|
||||
|
||||
fun onSaveState(outState: Bundle) {
|
||||
|
||||
Reference in New Issue
Block a user