1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-14 07:08:00 -05:00
This commit is contained in:
Jesse Vincent 2010-07-19 01:57:49 +00:00
parent a75bf8668e
commit f9a24cb123
3 changed files with 39 additions and 36 deletions

View File

@ -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);