intermine / intermine-ios

Intermine iOS application - developed as part of GSoC 2017 by Nadia Yudina
2 stars 1 forks source link

loading screen still hangs #70

Closed yochannah closed 7 years ago

yochannah commented 7 years ago

the updates to the app are looking really nice! Unfortunately both Gos and I have found that while the app launches ok now, if you let the screen sleep or go to a different app and come back to intermine, the green loader spins endlessly. Fix right now: I have to double tap home and kill the intermine ios, then when I re-load intermine it'll work again.

nadia-dev commented 7 years ago

didFinishLaunchingWithOptions method where we have the logic to hide the loading screen is only executed with a new launch. Coming back from background doesn't call this method. Use applicationWillEnterForeground method.