renamed splashScreen method

This commit is contained in:
Philipp Schaefer
2013-09-24 01:05:26 +02:00
parent 456aecadb4
commit 38446594db
4 changed files with 6 additions and 6 deletions

View File

@ -104,8 +104,8 @@ public class IITC_JSInterface {
}
@JavascriptInterface
public void removeSplashScreen() {
Log.d("iitcm", "removing splash screen");
public void bootFinished() {
Log.d("iitcm", "...boot finished");
mIitc.runOnUiThread(new Runnable() {
@Override