My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 113: black screen and nothing shown on screen when starting mixare
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  daniele.gobbetti
Closed:  May 2012


 
Project Member Reported by daniele.gobbetti, May 8, 2012
Error report from the android market:

It happened on a Samsung Galaxy S (don't know the android version). I'll have the phone lend to me and will try to reproduce it.



android.view.ViewRoot$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
at android.view.ViewRoot.checkThread(ViewRoot.java:3053)
at android.view.ViewRoot.invalidateChild(ViewRoot.java:647)
at android.view.ViewRoot.invalidateChildInParent(ViewRoot.java:673)
at android.view.ViewGroup.invalidateChild(ViewGroup.java:2511)
at android.view.View.invalidate(View.java:5279)
at android.view.View.setFlags(View.java:4656)
at android.view.View.setVisibility(View.java:3116)
at android.widget.ProgressBar.setVisibility(ProgressBar.java:769)
at org.mixare.MixView.setZoomLevel(MixView.java:615)
at org.mixare.MixView.repaint(MixView.java:173)
at org.mixare.DataView$1.run(DataView.java:309)
at java.util.Timer$TimerImpl.run(Timer.java:284)
May 8, 2012
#1 DevBinn...@gmail.com
It's caused by setting "view.invisable" twice to the zoom bar.

Patch was uploaded. 
https://github.com/DevBinnooh/mixare/commit/6a47ef9c2a7e58b39d08e945aa999fc8c086dbfb
May 16, 2012
Project Member #2 daniele.gobbetti
Merged into development, thanks a lot!
Status: Fixed

Powered by Google Project Hosting