mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-30 23:00:09 -05:00
Remove unused import
This commit is contained in:
parent
1ff0bb6289
commit
e32909c57a
@ -53,9 +53,6 @@ import com.fsck.k9.activity.MessageReference;
|
||||
import com.fsck.k9.activity.MessageView;
|
||||
import com.fsck.k9.activity.NotificationDeleteConfirmation;
|
||||
import com.fsck.k9.helper.Contacts;
|
||||
import com.fsck.k9.helper.HtmlConverter;
|
||||
import com.fsck.k9.helper.NotificationBuilder;
|
||||
import com.fsck.k9.helper.StringUtils;
|
||||
import com.fsck.k9.helper.power.TracingPowerManager;
|
||||
import com.fsck.k9.helper.power.TracingPowerManager.TracingWakeLock;
|
||||
import com.fsck.k9.mail.Address;
|
||||
@ -4762,7 +4759,7 @@ public class MessagingController implements Runnable {
|
||||
* Configure the notification sound and LED
|
||||
*
|
||||
* @param builder
|
||||
* {@link NotificationBuilder} instance used to configure the notification.
|
||||
* {@link NotificationCompat.Builder} instance used to configure the notification.
|
||||
* Never {@code null}.
|
||||
* @param ringtone
|
||||
* String name of ringtone. {@code null}, if no ringtone should be played.
|
||||
|
Loading…
Reference in New Issue
Block a user