Minor fix

This commit is contained in:
misaochan 2016-08-13 18:56:17 +12:00
parent 0fe7998488
commit 81dc0b791a

View file

@ -51,7 +51,6 @@ public class SignupActivity extends Activity {
} else { } else {
//If user clicks any other links in the webview //If user clicks any other links in the webview
Log.d("SignupActivity", "Not overriding URL, URL is: " + url); Log.d("SignupActivity", "Not overriding URL, URL is: " + url);
otherPage = true;
return false; return false;
} }
} }