1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Oops, checking wrong platform capability.

This commit is contained in:
Andrew Chen 2014-12-04 19:14:22 -08:00
parent 14edb093f2
commit 105948d78c

View File

@ -4892,7 +4892,7 @@ public class MessagingController implements Runnable {
builder.setStyle(style); builder.setStyle(style);
builder.addAction( builder.addAction(
platformSupportsExtendedNotifications() platformSupportsLockScreenNotifications()
? R.drawable.ic_action_single_message_options_dark_vector ? R.drawable.ic_action_single_message_options_dark_vector
: R.drawable.ic_action_single_message_options_dark, : R.drawable.ic_action_single_message_options_dark,
context.getString(R.string.notification_action_reply), context.getString(R.string.notification_action_reply),