mirror of
https://github.com/KeymonSoft/Monitor-Keymon.git
synced 2026-04-18 21:29:20 +00:00
- VERSION 4.12.14
- Se actualizo la libreria ReplyAuto para que no mande mensajes de "notification_removed"
This commit is contained in:
@@ -82,6 +82,7 @@ End Sub
|
||||
'This event will be called once, before the page becomes visible.
|
||||
Private Sub B4XPage_Created (Root1 As B4XView)
|
||||
Root = Root1
|
||||
' Log(567)
|
||||
Root.LoadLayout("login")
|
||||
B4XPages.SetTitle(Me, "Monitor Keymon")
|
||||
B4XPages.AddPage("Login", login)
|
||||
@@ -145,7 +146,7 @@ Private Sub B4XPage_Created (Root1 As B4XView)
|
||||
' rp.CheckAndRequest(rp.PERMISSION_READ_PHONE_STATE)
|
||||
' Wait For B4XPage_PermissionResult (Permission As String, Result As Boolean) 'change to Activity_PermissionResult if non-B4XPages.
|
||||
' Log(888)
|
||||
|
||||
S.CheckAndRequestNotificationPermission
|
||||
End Sub
|
||||
|
||||
Sub B4XPage_Appear
|
||||
|
||||
Reference in New Issue
Block a user