The following method call does not terminate within a separate thread in my application.
Looper.loop();
I'm not able to diagnose why this occurs. Any suggestions?
The following method call does not terminate within a separate thread in my application.
Looper.loop();
I'm not able to diagnose why this occurs. Any suggestions?