Small improvements

This commit is contained in:
M66B
2023-12-12 11:58:41 +01:00
parent 56309888ef
commit e4840587a7
10 changed files with 30 additions and 20 deletions

View File

@@ -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