mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
CASA uri
This commit is contained in:
@@ -64,7 +64,8 @@ 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.getLastPathSegment());
|
||||
//tvUri.setText(uri == null ? null : uri.toString());
|
||||
tvUri.setVisibility(View.GONE); // CASA
|
||||
|
||||
ibInfo.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user