Krm
Krm
Bu issue şu PR da geçici olarak çözüldü #58. Tasarım iyileştirmeleri yapılabilir. @cagrimertbakirci hocam son değişiklikleri production'a çıktık mı? Hangi aralıklarda production'a çıkıyoruz?
I have the same issue here also in IOS :(
I fixed it with https://github.com/lengstrom/fast-style-transfer/issues/10#issuecomment-257462430
Waiting for updates on this branch!! Thanks for your contributions!
I fixed the problem with this source code below; ``` const isPermissionFetching = useRef(false); ... const handlerAppStateChange = async (nextAppState: AppStateStatus) => { if (nextAppState === 'active' && !isPermissionFetching.current) {...