Skip to content

Commit 6f2e842

Browse files
committed
fix: remove useless comment
1 parent cd95f30 commit 6f2e842

File tree

1 file changed

+1
-25
lines changed
  • infrastructure/eid-wallet/src-tauri/gen/android/app/src/main/java/foundation/metastate/eid_wallet

1 file changed

+1
-25
lines changed
Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
11
package foundation.metastate.eid_wallet
22

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()

0 commit comments

Comments
 (0)