mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Uri to safe string
This commit is contained in:
@@ -64,7 +64,7 @@ public class NoStreamException extends SecurityException {
|
||||
TextView tvUri = dview.findViewById(R.id.tvUri);
|
||||
ImageButton ibInfo = dview.findViewById(R.id.ibInfo);
|
||||
|
||||
tvUri.setText(uri == null ? null : uri.toString());
|
||||
tvUri.setText(uri == null ? null : UriHelper.toSafeString(uri));
|
||||
|
||||
ibInfo.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user