OSDN Git Service

It seems that there is no quarantee that "onActivityResult()" will be called
authorOwen Lin <owenlin@google.com>
Thu, 25 Jun 2009 00:51:08 +0000 (17:51 -0700)
committerOwen Lin <owenlin@google.com>
Thu, 25 Jun 2009 07:07:55 +0000 (00:07 -0700)
commit90bbbcbdfa4f2329dfdfda867a4bd58fa27a2840
tree202361fd4d18f7425e71c7412f8d25df91efc572
parent7035b131cd0a8869f7980841988258a70ca76770
It seems that there is no quarantee that "onActivityResult()" will be called
before "onStart()". So, adding code to handle both situations. Also add
checking on "mPaused" in showOnScreenControls().
src/com/android/camera/ViewImage.java