mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-24 06:16:01 +01:00
Simplification
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.getScheme());
|
||||
tvUri.setText(uri == null ? null : uri.getLastPathSegment());
|
||||
|
||||
ibInfo.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user