mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-14 07:08:00 -05:00
astyle
This commit is contained in:
parent
a75bf8668e
commit
f9a24cb123
@ -434,9 +434,12 @@ public class MessageView extends K9Activity implements OnClickListener
|
|||||||
null); // bottom
|
null); // bottom
|
||||||
}
|
}
|
||||||
|
|
||||||
if(mMessage.isSet(Flag.X_DOWNLOADED_FULL)) {
|
if (mMessage.isSet(Flag.X_DOWNLOADED_FULL))
|
||||||
|
{
|
||||||
mDownloadRemainder.setVisibility(View.GONE);
|
mDownloadRemainder.setVisibility(View.GONE);
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
mDownloadRemainder.setEnabled(true);
|
mDownloadRemainder.setEnabled(true);
|
||||||
mDownloadRemainder.setVisibility(View.VISIBLE);
|
mDownloadRemainder.setVisibility(View.VISIBLE);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user