woheller69 / omweather

GNU General Public License v3.0
334 stars 14 forks source link

Fix #50 #57

Closed littlecd closed 11 months ago

littlecd commented 11 months ago

Fix #50

woheller69 commented 11 months ago

Thanks. I solved it in a slightly different way because I did not like that the position marker changes away from the selected city.

The only needed change was to remove:

    webView.destroy();   //clear webView memory
    finish();