Always show unsubscribe URI

master
M66B 1 month ago
parent 90cf012618
commit f3932b14c1

@ -54,7 +54,6 @@ public class FragmentDialogUnsubscribe extends FragmentDialogBase {
final TextView tvUri = view.findViewById(R.id.tvUri); final TextView tvUri = view.findViewById(R.id.tvUri);
tvSender.setText(from); tvSender.setText(from);
tvUri.setVisibility(BuildConfig.DEBUG ? View.VISIBLE : View.GONE);
tvUri.setText(uri); tvUri.setText(uri);
AlertDialog.Builder builder = new AlertDialog.Builder(context) AlertDialog.Builder builder = new AlertDialog.Builder(context)

Loading…
Cancel
Save