chore: Follow up sso on android

This commit is contained in:
Christian Kußowski 2026-03-10 15:50:27 +01:00
parent 150ab800ee
commit 5e368b9df0
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" /> <category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="im.fluffychat"/> <data android:scheme="im.fluffychat" android:path="/login"/>
</intent-filter> </intent-filter>
</activity> </activity>

View file

@ -68,7 +68,7 @@ class IntroPage extends StatelessWidget {
), ),
), ),
PopupMenuItem( PopupMenuItem(
value: () => PlatformInfos.showDialog(context), onTap: () => PlatformInfos.showDialog(context),
child: Row( child: Row(
mainAxisSize: .min, mainAxisSize: .min,
children: [ children: [