mirror of https://github.com/M66B/FairEmail.git
Simplification
This commit is contained in:
parent
fd6cb26068
commit
f6682de845
|
@ -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.getScheme());
|
||||
tvUri.setText(uri == null ? null : uri.getLastPathSegment());
|
||||
|
||||
ibInfo.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue