mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Simplification
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user