fix footer on android

This commit is contained in:
Michael 2025-04-28 00:20:35 +03:00
parent a560fbdcc4
commit 90487183a1

View file

@ -117,7 +117,7 @@ class HomePage extends StatelessWidget {
const SizedBox(
width: 8,
),
const Text("|"),
!Platform.isAndroid ? const Text("|") : Container(),
!Platform.isAndroid
? const SizedBox(
width: 8,