mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
no bug - disable screenshot until Google bug 16941 is worked around. r=mfinkle
This commit is contained in:
parent
77f46817f9
commit
a92b993c8d
@ -73,8 +73,10 @@ public class PlaceholderLayerClient extends LayerClient {
|
||||
}
|
||||
|
||||
public void init() {
|
||||
mTask = new FetchImageTask();
|
||||
mTask.execute();
|
||||
// Until http://code.google.com/p/android/issues/detail?id=16941
|
||||
// is worked around, do not load the last screenshot as it will OOM
|
||||
// mTask = new FetchImageTask();
|
||||
// mTask.execute();
|
||||
}
|
||||
|
||||
public void destroy() {
|
||||
|
Loading…
Reference in New Issue
Block a user