Skip to content

Commit

Permalink
Merge pull request #594 from ayeung/timob-4357
Browse files Browse the repository at this point in the history
TIMOB-4357: Webview fatal exception / crash on re-open
  • Loading branch information
billdawson committed Nov 11, 2011
2 parents 78f24af + d5c00a3 commit 97862cb
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 85 deletions.
Expand Up @@ -229,16 +229,6 @@ public boolean getEnableZoomControls()
return enabled;
}

@Override
public void releaseViews()
{
// See Lighthouse #1936 - we can't allow the releasing
// of the view because Android's WebViewCoreThread seems
// to refer back to it in GC and freak out (crash the app)
// if it's not there.
// So we're just overriding and not calling super.
}

public void clearBasicAuthentication()
{
fusername = null;
Expand Down

0 comments on commit 97862cb

Please sign in to comment.