Skip to content

Commit

Permalink
Remove default splash layout color on Android (#7276)
Browse files Browse the repository at this point in the history
Co-authored-by: Ward Abbass <warda@wix.com>
  • Loading branch information
svbutko and swabbass authored Sep 29, 2021
1 parent a207f62 commit f87e1ca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public class NavigationActivity extends AppCompatActivity implements DefaultHardwareBackBtnHandler, PermissionAwareActivity, JsDevReloadHandler.ReloadListener {
@Nullable
private PermissionListener mPermissionListener;

protected Navigator navigator;

@Override
Expand Down Expand Up @@ -146,7 +146,6 @@ public void onReload() {

protected void addDefaultSplashLayout() {
View view = new View(this);
view.setBackgroundColor(Color.WHITE);
setContentView(view);
}

Expand Down

0 comments on commit f87e1ca

Please sign in to comment.