Skip to content

Commit f87e1ca

Browse files
svbutkoswabbass
andauthored
Remove default splash layout color on Android (#7276)
Co-authored-by: Ward Abbass <warda@wix.com>
1 parent a207f62 commit f87e1ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/android/app/src/main/java/com/reactnativenavigation/NavigationActivity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
public class NavigationActivity extends AppCompatActivity implements DefaultHardwareBackBtnHandler, PermissionAwareActivity, JsDevReloadHandler.ReloadListener {
3030
@Nullable
3131
private PermissionListener mPermissionListener;
32-
32+
3333
protected Navigator navigator;
3434

3535
@Override
@@ -146,7 +146,6 @@ public void onReload() {
146146

147147
protected void addDefaultSplashLayout() {
148148
View view = new View(this);
149-
view.setBackgroundColor(Color.WHITE);
150149
setContentView(view);
151150
}
152151

0 commit comments

Comments
 (0)