[LoadingPanel] loading test
This commit is contained in:
@@ -293,7 +293,7 @@ export default function LoadingPanel({ showLoadingPanel, ...rest }) {
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
}, [loadingType, loadingStep]);
|
||||
}, [loadingType, loadingStep, deviceCountryCode, webOSVersion]);
|
||||
|
||||
const hidingStyle = showingStatus.hiding
|
||||
? { transition: "opacity " + HIDING_TIME + "ms ease", opacity: 0 }
|
||||
|
||||
Reference in New Issue
Block a user