bfa5f4c953
In iOS this is automagically done in the view destructor, bunt we don't have that luxury in Java we have to do it manually. The new disponse() method MUST be called when the Activity holding the view is going to be destroyed, typically in the onDestroy() handler. |
||
---|---|---|
.. | ||
src/main | ||
build.gradle | ||
proguard-rules.pro |