This commit is contained in:
M66B 2023-12-13 15:11:42 +01:00
parent 98d7b57b61
commit 61bcf1bb75
2 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class NoStreamException extends SecurityException {
ImageButton ibInfo = dview.findViewById(R.id.ibInfo);
//tvUri.setText(uri == null ? null : uri.toString());
tvUri.setVisibility(View.GONE); // CASA
tvUri.setVisibility(View.GONE); // TODO CASA
ibInfo.setOnClickListener(new View.OnClickListener() {
@Override

View File

@ -24,6 +24,7 @@ import android.text.TextUtils;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
// TODO CASA
public class ThrowableWrapper extends Throwable {
private String msg;
private final Throwable ex;