mobile reset the URL instead of simply reloading (closes #96)

This commit is contained in:
Philipp Schaefer
2013-03-28 23:55:19 +01:00
parent 4a44111414
commit cf726a2224

View File

@ -94,7 +94,7 @@ public class IITC_Mobile extends Activity {
// Handle item selection
switch (item.getItemId()) {
case R.id.reload_button:
iitc_view.reload();
iitc_view.loadUrl("https://www.ingress.com/intel");
try {
iitc_view.getWebViewClient().loadIITC_JS(this);
} catch (IOException e1) {