]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/contrib/shape_android/src/org/ocera/orte/shape_android/PublisherActivity.java
shape_android: Stop publishing fresh topics on App destroy
[orte.git] / orte / contrib / shape_android / src / org / ocera / orte / shape_android / PublisherActivity.java
index 05d76ff5c8d3fd8da905b903ee42cf58dcf49be3..557482de86fc4dcffbc4b5b7430902d090eee2d8 100644 (file)
@@ -172,6 +172,8 @@ public class PublisherActivity extends Activity {
        {
                super.onDestroy();
 
+               handler.removeCallbacks(redraw);
+
                for (PublisherShape shape : publisherView.shapes)
                        shape.killMe();