|
@@ -4,7 +4,6 @@ import android.app.Activity;
|
4
|
4
|
import android.content.Intent;
|
5
|
5
|
import android.os.Bundle;
|
6
|
6
|
import android.support.v7.app.AppCompatActivity;
|
7
|
|
-import android.util.Log;
|
8
|
7
|
import android.view.KeyEvent;
|
9
|
8
|
|
10
|
9
|
import com.facebook.react.modules.core.DefaultHardwareBackBtnHandler;
|
|
@@ -45,7 +44,6 @@ public class NavigationActivity extends AppCompatActivity implements DefaultHard
|
45
|
44
|
|
46
|
45
|
private void createLayout() {
|
47
|
46
|
singleScreenLayout = new SingleScreenLayout(this, activityParams.screenParams);
|
48
|
|
- singleScreenLayout.createLayout();
|
49
|
47
|
setContentView(singleScreenLayout);
|
50
|
48
|
}
|
51
|
49
|
|