summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/mms/transaction/MessagingNotification.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/mms/transaction/MessagingNotification.java b/src/com/android/mms/transaction/MessagingNotification.java
index bb17c79..b8a2943 100644
--- a/src/com/android/mms/transaction/MessagingNotification.java
+++ b/src/com/android/mms/transaction/MessagingNotification.java
@@ -1175,9 +1175,6 @@ public class MessagingNotification {
if (qmPopupEnabled && qmIntent != null) {
TelephonyManager tm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
if (tm.getCallState() == TelephonyManager.CALL_STATE_IDLE && !ConversationList.mIsRunning && !ComposeMessageActivity.mIsRunning) {
- // Since a QM Popup may wake and unlock we need to prevent the light from being dismissed
- notification.flags |= Notification.FLAG_FORCE_LED_SCREEN_OFF;
-
// Show the popup
context.startActivity(qmIntent);
}