Bug Fixes

Bug Fixes
master
msmannan00 2021-04-18 13:49:09 +05:00
parent 475d8c7e4a
commit 7635345265
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ class homeViewController
mSearchbar.setTag(R.id.msearchbarProcessing,true);
url = CONST_GENESIS_HELP_URL;
}
else if(url.contains("genesis") || url.contains("boogle")){
else if(helperMethod.getHost(helperMethod.completeURL(url)).contains("genesis") || helperMethod.getHost(helperMethod.completeURL(url)).contains("boogle")){
mSearchbar.setTag(R.id.msearchbarProcessing,true);
}else {
mSearchbar.setTag(R.id.msearchbarProcessing,false);