mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
missed variable declaration
This commit is contained in:
parent
708da45ccc
commit
d089bd5b8f
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ import android.view.View;
|
|||
|
||||
public class SplashActivity extends Activity {
|
||||
|
||||
public static final String EXTRA_START_IN_DOMAIN = "start-in-domain";
|
||||
private boolean mStartInDomain;
|
||||
|
||||
private native void registerLoadCompleteListener();
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue