SHA256 attachment MACs.

This commit is contained in:
Moxie Marlinspike
2013-12-01 18:00:12 -08:00
parent f002072f38
commit d4188c4a1c
3 changed files with 16 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ public class PushDownloader {
}
public void process(MasterSecret masterSecret, Intent intent) {
if (!intent.getAction().equals(SendReceiveService.DOWNLOAD_PUSH_ACTION))
if (!SendReceiveService.DOWNLOAD_PUSH_ACTION.equals(intent.getAction()))
return;
long messageId = intent.getLongExtra("message_id", -1);