KLab / PlaygroundOSS

490 stars 94 forks source link

fix possible Activity leak #16

Closed zaki50 closed 10 years ago

zaki50 commented 10 years ago

This PR changes Handler class from inner class to static nested class to obviate possible Activity instance leakage.

muojp commented 10 years ago

thanks!