This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
simple-email
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
List primary identity
main
M66B
6 years ago
parent
ee03489a31
commit
2e33cc65e0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/src/main/java/eu/faircode/email/EntityIdentity.java
+ 1
- 1
app/src/main/java/eu/faircode/email/EntityIdentity.java
View File
@ -73,6 +73,6 @@ public class EntityIdentity {
@Override
public
String
toString
(
)
{
return
name
;
return
name
+
(
primary
?
" ★"
:
""
)
;
}
}
Write
Preview
Loading…
Cancel
Save