Merge commit '4ba57a4e0ab56126e54d5c7137cfda1d47845578' into kraken * commit '4ba57a4e0ab56126e54d5c7137cfda1d47845578': Fix for bug 2558156: Encodig is null
This commit is contained in:
@@ -474,6 +474,7 @@ class LoadListener extends Handler implements EventHandler {
|
||||
WebViewWorker.MSG_CREATE_CACHE, data).sendToTarget();
|
||||
}
|
||||
WebViewWorker.CacheEncoding ce = new WebViewWorker.CacheEncoding();
|
||||
ce.mEncoding = mEncoding;
|
||||
WebViewWorker.getHandler().obtainMessage(
|
||||
WebViewWorker.MSG_UPDATE_CACHE_ENCODING, ce).sendToTarget();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user