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
Fixed body loading spinner
main
M66B
6 years ago
parent
a241a5d337
commit
927891ae07
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/src/main/java/eu/faircode/email/FragmentMessage.java
+ 2
- 0
app/src/main/java/eu/faircode/email/FragmentMessage.java
View File
@ -517,6 +517,8 @@ public class FragmentMessage extends FragmentEx {
ivContactAdd
.
setLayoutParams
(
lp
)
;
}
pbBody
.
setVisibility
(
View
.
VISIBLE
)
;
pbWait
.
setVisibility
(
View
.
GONE
)
;
grpHeader
.
setVisibility
(
free
?
View
.
GONE
:
View
.
VISIBLE
)
;
Write
Preview
Loading…
Cancel
Save