fix some bugs

This commit is contained in:
DASHU
2024-09-05 18:29:39 +08:00
parent e507c42f79
commit 4cb00e4118
4 changed files with 20 additions and 5 deletions

View File

@@ -28,6 +28,13 @@
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT"/>
<!-- <category android:name="android.intent.category.BROWSABLE" /> -->
<data android:scheme="nostrsigner" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<!-- <category android:name="android.intent.category.DEFAULT"/> -->
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="nostrsigner" />
</intent-filter>
</activity>