修复应用后台后点击应用新建页面的问题
This commit is contained in:
parent
1384aa0307
commit
b137252a00
|
@ -1584,7 +1584,7 @@ public class MainActivity extends Activity {
|
|||
if (urln.contains("\n"))
|
||||
urln = urln.substring(urln.indexOf("\n") + 1);
|
||||
newWindow(urln);
|
||||
} else {
|
||||
} else if (list_webView.size() == 0){
|
||||
String surl = sharedPreferences.getString("homepage", "file:///android_asset/home.htm");
|
||||
if (surl.equals(""))
|
||||
surl = "file:///android_asset/home.htm";
|
||||
|
|
Loading…
Reference in New Issue