mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Fixed deprecation warnings.
This commit is contained in:
parent
42605a7ea9
commit
3e0cbb1bb6
@ -3134,7 +3134,7 @@ public class MessagingController implements Runnable {
|
||||
}
|
||||
|
||||
notifMgr.notify(K9.FETCHING_EMAIL_NOTIFICATION - account.getAccountNumber(),
|
||||
builder.getNotification());
|
||||
builder.build());
|
||||
}
|
||||
|
||||
private void notifySendTempFailed(Account account, Exception lastFailure) {
|
||||
@ -3175,7 +3175,7 @@ public class MessagingController implements Runnable {
|
||||
K9.NOTIFICATION_LED_BLINK_FAST, true);
|
||||
|
||||
notifMgr.notify(K9.SEND_FAILED_NOTIFICATION - account.getAccountNumber(),
|
||||
builder.getNotification());
|
||||
builder.build());
|
||||
}
|
||||
|
||||
/**
|
||||
@ -3220,7 +3220,7 @@ public class MessagingController implements Runnable {
|
||||
}
|
||||
|
||||
notifMgr.notify(K9.FETCHING_EMAIL_NOTIFICATION - account.getAccountNumber(),
|
||||
builder.getNotification());
|
||||
builder.build());
|
||||
}
|
||||
|
||||
private void notifyFetchingMailCancel(final Account account) {
|
||||
|
Loading…
Reference in New Issue
Block a user