some code formatting

This commit is contained in:
Philipp Schaefer
2013-10-04 16:15:58 +02:00
parent 26754ac8c0
commit 709af1a9d9
11 changed files with 37 additions and 47 deletions

View File

@ -18,7 +18,7 @@ import java.util.Locale;
// provide communication between IITC script and android app
public class IITC_JSInterface {
// context of main activity
private IITC_Mobile mIitc;
private final IITC_Mobile mIitc;
IITC_JSInterface(IITC_Mobile iitc) {
mIitc = iitc;
@ -111,7 +111,7 @@ public class IITC_JSInterface {
@Override
public void run() {
mIitc.setLoadingState(false);
mIitc.getMapSettings().onBootFinished();
}
});