kakaro / and-bible

Automatically exported from code.google.com/p/and-bible
0 stars 0 forks source link

When "And Bible" start, it does not show the screen with the bible verse and version of "And Bible", it only shows black screen and then is shows the bible #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start and bible 
2.
3.

What is the expected output? What do you see instead?
It must show the screen

What version of the product are you using? On what operating system?
from 1.20 and the new beta

Please provide any additional information below.

Original issue reported on code.google.com by hendrik...@gmail.com on 23 Feb 2012 at 5:47

GoogleCodeExporter commented 9 years ago
Wow, that was tricky to debug.  I had noticed the same, but hadn't thought 
about it until you commented.

The problem was due to state save/restore being moved from the bible screen to 
the application.  This meant that initialisation of the app (takes a while) was 
occurring before the front screen had been displayed, so the pause occurred on 
the black screen rather than the blue one.

I am doing another beta release with a fix for this.

Original comment by mjden...@gmail.com on 24 Feb 2012 at 1:33