Simplification

pull/204/head
M66B 3 years ago
parent 355eec1ac8
commit f173bd9e4b

@ -1017,7 +1017,7 @@ public class Helper {
tvFullName.setText(fullName);
tvFullName.setVisibility(title == null ? View.GONE : View.VISIBLE);
tvType.setText(type == null ? "?" : type);
tvType.setText(type);
AlertDialog.Builder builder = new AlertDialog.Builder(context)
.setView(dview)

Loading…
Cancel
Save