File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed
infrastructure/eid-wallet/src-tauri/gen/android/app/src/main/java/foundation/metastate/eid_wallet Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 1
1
package foundation.metastate.eid_wallet
2
2
3
- class MainActivity : TauriActivity ()
4
- // {
5
- // override fun onCreate(savedInstanceState: Bundle?) {
6
- // super.onCreate(savedInstanceState)
7
- // handleDeepLink(intent)
8
- // }
9
-
10
- // override fun onNewIntent(intent: Intent?) {
11
- // super.onNewIntent(intent)
12
- // handleDeepLink(intent)
13
- // }
14
-
15
- // private fun handleDeepLink(intent: Intent?) {
16
- // val uri = intent?.data
17
- // if (uri != null && uri.scheme == "w3ds") {
18
- // val deeplink = uri.toString()
19
- // Log.d("DeepLink", "Received: $deeplink")
20
-
21
- // // Send to JS using Tauri's event system
22
- // this.runOnUiThread {
23
- // TauriPlugin.emit("deep-link", mapOf("url" to deeplink))
24
- // }
25
- // }
26
- // }
27
- // }
3
+ class MainActivity : TauriActivity ()
You can’t perform that action at this time.
0 commit comments