Skip to content

Commit d903cfa

Browse files
committed
fix: setOnApplyWindowInsetsListener to return insets
1 parent e155b40 commit d903cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/src/org/apache/cordova/CordovaActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ protected void createViews() {
239239
);
240240
statusBarView.setLayoutParams(statusBarParams);
241241

242-
return WindowInsetsCompat.CONSUMED;
242+
return insets;
243243
});
244244

245245
rootLayout.addView(webView);

0 commit comments

Comments
 (0)