mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-23 02:58:05 +00:00
fix: removed unncessary screen dimming metadascreen
This commit is contained in:
parent
cd2a80a542
commit
9757818176
1 changed files with 2 additions and 2 deletions
|
|
@ -751,8 +751,8 @@ const MetadataScreen: React.FC = () => {
|
|||
|
||||
// Ultra-optimized animated styles - minimal calculations with conditional updates
|
||||
const containerStyle = useAnimatedStyle(() => ({
|
||||
opacity: isScreenFocused ? animations.screenOpacity.value : 0.8,
|
||||
}), [isScreenFocused]);
|
||||
opacity: animations.screenOpacity.value,
|
||||
}), []);
|
||||
|
||||
const contentStyle = useAnimatedStyle(() => ({
|
||||
opacity: animations.contentOpacity.value,
|
||||
|
|
|
|||
Loading…
Reference in a new issue