mirror of
https://codeberg.org/mi6e4ka/openstore.git
synced 2025-06-28 20:19:58 +00:00
fix footer on android
This commit is contained in:
parent
a560fbdcc4
commit
90487183a1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue