artem78/s60-maps

Access point dialog and offline mode

artem78 opened this issue · 2 comments

When program wants to connect to the internet, access point (IAP) choosing dialog will be shown. If user pressed Cancel button, program must go to offline mode and will never ask IAP again.

Problem: despite the fact that I pressed Cancel, IAP choosing dialog appears again. This is repeated several times and only after that program goes to offline mode.

P.S.: Offline mode feature have been implemented in this commit: d050dd9

I am experiencing this bug too. Perhaps the program could check whether the phone is offline before starting the connection?