mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
wip
This commit is contained in:
@@ -23,6 +23,7 @@ import { useAtom } from "jotai";
|
||||
import { useCallback, useEffect, useMemo, useState } from "react";
|
||||
import {
|
||||
ActivityIndicator,
|
||||
Platform,
|
||||
RefreshControl,
|
||||
SafeAreaView,
|
||||
ScrollView,
|
||||
@@ -345,7 +346,8 @@ export default function index() {
|
||||
contentContainerStyle={{
|
||||
paddingLeft: insets.left,
|
||||
paddingRight: insets.right,
|
||||
paddingBottom: insets.bottom,
|
||||
paddingBottom:
|
||||
Platform.OS === "android" ? insets.bottom + 65 : insets.bottom,
|
||||
}}
|
||||
className="flex flex-col space-y-4"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user