notify android when select spinner is opened/closed (fix for #255)

This commit is contained in:
Philipp Schaefer
2013-05-11 14:41:15 +02:00
parent 76aeafbfa5
commit 96add49516
4 changed files with 30 additions and 0 deletions

View File

@ -356,4 +356,8 @@ public class IITC_Mobile extends Activity {
attrs.flags ^= WindowManager.LayoutParams.FLAG_FULLSCREEN;
this.getWindow().setAttributes(attrs);
}
public IITC_WebView getWebView() {
return this.iitc_view;
}
}