fix deeplink

This commit is contained in:
otsmr 2026-01-25 13:32:28 +01:00
parent 462dedc17d
commit fb93d0c9ec
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,6 @@
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" />
<data android:scheme="https" />
<data android:host="*" />

View file

@ -50,7 +50,8 @@ class MastodonPostCard extends StatelessWidget {
Text(
substringBy(
info.desc!.replaceAll('Attached: 1 image', '').trim(),
info.image == null ? 500 : 300),
info.image == null ? 500 : 300,
),
style: const TextStyle(color: Colors.white, fontSize: 14),
),
if (info.image != null && info.image != 'null')