This commit is contained in:
2023-10-04 18:27:11 -06:00
parent 56a6880d01
commit ba543316fe
3 changed files with 8 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ Sub NotiMon_NotificationPosted (SBN As StatusBarNotification)
End Sub
'Regresa verdadero si el mensaje de whatsapp es un mensaje valido.
Sub esMensajeWAValido(SBN As StatusBarNotification)
Sub esMensajeWAValido(SBN As StatusBarNotification) As Boolean
Private valido As Boolean = False
Private ww() As String = Regex.Split("\|", SBN.Key)
If ww(3) <> Null And ww(3) <> "null" Then valido = True