Hide drawer while loading

This commit is contained in:
fkloft
2013-09-22 18:50:40 +02:00
parent 5884619024
commit 94b1663df6
3 changed files with 95 additions and 78 deletions

View File

@ -134,8 +134,7 @@ public class IITC_JSInterface {
iitc.runOnUiThread(new Runnable() {
@Override
public void run() {
iitc.findViewById(R.id.iitc_webview).setVisibility(View.VISIBLE);
iitc.findViewById(R.id.imageLoading).setVisibility(View.GONE);
iitc.setLoadingState(false);
}
});
}