chore: Follow up sso on android
This commit is contained in:
parent
150ab800ee
commit
5e368b9df0
2 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@
|
|||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="im.fluffychat"/>
|
||||
<data android:scheme="im.fluffychat" android:path="/login"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ class IntroPage extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
PopupMenuItem(
|
||||
value: () => PlatformInfos.showDialog(context),
|
||||
onTap: () => PlatformInfos.showDialog(context),
|
||||
child: Row(
|
||||
mainAxisSize: .min,
|
||||
children: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue