mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Small improvements
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 : UriHelper.toSafeString(uri));
|
||||
tvUri.setText(uri == null ? null : UriHelper.toSafeString(uri)); // TODO CASA
|
||||
|
||||
ibInfo.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user