зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1389236 - [4.0] Mark URI-loading requests in the GeckoView example app handler as handled. r=snorp
This commit is contained in:
Родитель
69d47222dc
Коммит
6f58724250
|
@ -282,11 +282,12 @@ public class GeckoViewActivity extends Activity {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void onLoadUri(final GeckoView view, final String uri,
|
||||
final TargetWindow where) {
|
||||
Log.d(LOGTAG, "onLoadUriExternal=" + uri +
|
||||
public boolean onLoadUri(final GeckoView view, final String uri,
|
||||
final TargetWindow where) {
|
||||
Log.d(LOGTAG, "onLoadUri=" + uri +
|
||||
" where=" + where);
|
||||
view.loadUri(uri);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче