mirror of
https://github.com/overte-org/overte.git
synced 2025-06-27 00:09:50 +02: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 class SplashActivity extends Activity {
|
||||||
|
|
||||||
|
public static final String EXTRA_START_IN_DOMAIN = "start-in-domain";
|
||||||
|
private boolean mStartInDomain;
|
||||||
|
|
||||||
private native void registerLoadCompleteListener();
|
private native void registerLoadCompleteListener();
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue