diff --git a/src/screens/Planex/PlanexScreen.js b/src/screens/Planex/PlanexScreen.js index d7e157c..4b54b98 100644 --- a/src/screens/Planex/PlanexScreen.js +++ b/src/screens/Planex/PlanexScreen.js @@ -302,10 +302,18 @@ class PlanexScreen extends React.Component { + {/*Allow to draw webview bellow banner*/} + + {this.props.theme.dark // Force component theme update + ? this.getWebView() + : {this.getWebView()}} + { onDismiss={this.hideDialog} title={this.state.dialogTitle} message={this.state.dialogMessage}/> - {this.props.theme.dark // Force component theme update - ? this.getWebView() - : {this.getWebView()}} { + + + { {this.state.modalCurrentDisplayItem} - ); }