mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Replacing view.setImageURI by a log in a catch
This commit is contained in:
parent
27248c3466
commit
3029c53d74
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ public final class LinphoneUtils {
|
|||
try {
|
||||
bm = MediaStore.Images.Media.getBitmap(c.getContentResolver(),tUri);
|
||||
} catch (IOException e) {
|
||||
view.setImageURI(tUri);
|
||||
Log.e(e.getMessage());
|
||||
}
|
||||
if (bm != null) {
|
||||
view.setImageBitmap(bm);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue