Remove commented out code
This commit is contained in:
parent
d4eb23894d
commit
660ea31dfc
1 changed files with 0 additions and 10 deletions
|
@ -2309,16 +2309,6 @@ public class MessagingController {
|
||||||
message.setFlag(Flag.X_DOWNLOADED_FULL, true);
|
message.setFlag(Flag.X_DOWNLOADED_FULL, true);
|
||||||
message.setFlag(Flag.X_DOWNLOADED_PARTIAL, false);
|
message.setFlag(Flag.X_DOWNLOADED_PARTIAL, false);
|
||||||
}
|
}
|
||||||
/* commented out because this was pulled from another unmerged branch:
|
|
||||||
} else if (localFolder.isLocalOnly() && !force) {
|
|
||||||
Log.w(K9.LOG_TAG, "Message in local-only folder so cannot download fully.");
|
|
||||||
// ASH move toast
|
|
||||||
android.widget.Toast.makeText(mApplication,
|
|
||||||
"Message in local-only folder so cannot download fully",
|
|
||||||
android.widget.Toast.LENGTH_LONG).show();
|
|
||||||
message.setFlag(Flag.X_DOWNLOADED_FULL, true);
|
|
||||||
message.setFlag(Flag.X_DOWNLOADED_PARTIAL, false);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/*if (!message.isSet(Flag.X_DOWNLOADED_FULL)) */
|
/*if (!message.isSet(Flag.X_DOWNLOADED_FULL)) */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue