Merge pull request #2683 from krille-chan/krille/sso-follow-up

chore: Follow up sso on android
This commit is contained in:
Krille-chan 2026-03-10 19:10:44 +01:00 committed by GitHub
commit 46bf54e540
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: [