()
| 94 | } |
| 95 | |
| 96 | render() { |
| 97 | const mode = getIonMode(this); |
| 98 | return ( |
| 99 | <Host |
| 100 | class={{ |
| 101 | [mode]: true, |
| 102 | 'ion-page': true, |
| 103 | 'force-statusbar-padding': config.getBoolean('_forceStatusbarPadding'), |
| 104 | }} |
| 105 | ></Host> |
| 106 | ); |
| 107 | } |
| 108 | } |
| 109 | |
| 110 | const needInputShims = () => { |
nothing calls this directly
no test coverage detected