Simplification

This commit is contained in:
M66B 2021-08-25 22:03:10 +02:00
parent 355eec1ac8
commit f173bd9e4b
1 changed files with 1 additions and 1 deletions

View File

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