Skip to content

Commit

Permalink
Remove elements inside Android activity tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Got17 committed Oct 18, 2024
1 parent a4bfcf5 commit 80ea110
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions FingerAuth/Client.fs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@ module Logic =
showAlert($"{error.Message}", $"{error.Code}") |> ignore
}

(*let resumeEventListenner() = promise {
let resume() = authenticateUser()
Capacitor.App.AddListener("resume", )
}*)

[<JavaScript;AutoOpen>]
module Pages =
let isDrawing = Var.Create false
Expand Down
4 changes: 0 additions & 4 deletions FingerAuth/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="@string/custom_url_scheme" />
</intent-filter>

</activity>
Expand Down

0 comments on commit 80ea110

Please sign in to comment.