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
Simplify default account name
main
M66B
6 years ago
parent
4071185394
commit
f813f1669f
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/FragmentAccount.java
+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentAccount.java
View File
@ -544,7 +544,7 @@ public class FragmentAccount extends FragmentEx {
}
if
(
TextUtils
.
isEmpty
(
name
)
)
name
=
host
+
"/"
+
user
;
name
=
user
;
DB
db
=
DB
.
getInstance
(
getContext
(
)
)
;
try
{
Write
Preview
Loading…
Cancel
Save