mirror of
https://github.com/KeymonSoft/Mariana.git
synced 2026-04-17 21:06:16 +00:00
..
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user