NTP-22476 | video player loader style fix
This commit is contained in:
@@ -65,7 +65,7 @@ const PdfRenderer: React.FC<IPdfRenderer> = ({ docId, onPageChange, getFileUri }
|
||||
|
||||
return (
|
||||
<SafeAreaView style={GenericStyles.fill}>
|
||||
<SuspenseLoader loading={isLoading} fallBack={<ActivityIndicator />}>
|
||||
<SuspenseLoader loading={isLoading} fallBack={<ActivityIndicator size='large' color={COLORS.BASE.BLUE} />}>
|
||||
{error ? (
|
||||
<Text>Failed to load PDF</Text>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user