hello everybody,
it seems that nokia 6630 doesn't call hideNotify() when a phone call occurs ! any ideas for work around ?
thanks, sven
hello everybody,
it seems that nokia 6630 doesn't call hideNotify() when a phone call occurs ! any ideas for work around ?
thanks, sven
I am having the same problem on a N9300![]()
no, no call to pauseApp neither hideNotify
I solved it calling:
Thread.sleep(10);
at the end of every paint method.
without it, hideNotify() and pauseApp() are never called.
The device is a N9300.