mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 04:32:32 +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 static final String EXTRA_START_IN_DOMAIN = "start-in-domain";
|
||||
private boolean mStartInDomain;
|
||||
|
||||
private native void registerLoadCompleteListener();
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue