mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
don't show survey link yet: it's not ready
This commit is contained in:
parent
8407d3b300
commit
78581490eb
1 changed files with 10 additions and 10 deletions
|
@ -55,16 +55,16 @@ public class FirstRunDialog {
|
|||
}
|
||||
return result;
|
||||
}
|
||||
@Override
|
||||
public void onPageFinished(WebView view, String url)
|
||||
{
|
||||
if ( !m_loaded ) {
|
||||
m_loaded = true;
|
||||
if ( showSurvey ) {
|
||||
view.loadUrl( "javascript:showSurvey();" );
|
||||
}
|
||||
}
|
||||
}
|
||||
// @Override
|
||||
// public void onPageFinished(WebView view, String url)
|
||||
// {
|
||||
// if ( !m_loaded ) {
|
||||
// m_loaded = true;
|
||||
// if ( showSurvey ) {
|
||||
// view.loadUrl( "javascript:showSurvey();" );
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
});
|
||||
view.getSettings().setJavaScriptEnabled( true ); // for surveymonkey
|
||||
view.loadUrl("file:///android_asset/changes.html");
|
||||
|
|
Loading…
Reference in a new issue