File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
OneSignalSDK/onesignal/src/main/java/com/onesignal Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ public void postMessage(String message) {
224
224
handleActionTaken (jsonObject );
225
225
break ;
226
226
case EVENT_TYPE_RESIZE :
227
- handleResize ();
228
227
break ;
229
228
case EVENT_TYPE_PAGE_CHANGE :
230
229
handlePageChange (jsonObject );
@@ -237,12 +236,6 @@ public void postMessage(String message) {
237
236
}
238
237
}
239
238
240
- private void handleResize () {
241
- if (messageContent .isFullBleed ()) {
242
- updateSafeAreaInsets ();
243
- }
244
- }
245
-
246
239
private void handleRenderComplete (JSONObject jsonObject ) {
247
240
Position displayType = getDisplayLocation (jsonObject );
248
241
int pageHeight = displayType == Position .FULL_SCREEN ? -1 : getPageHeightData (jsonObject );
You can’t perform that action at this time.
0 commit comments