Skip to content

Commit 3473d03

Browse files
committed
fix: cleanup preventing crash with N main branch
1 parent a88e895 commit 3473d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-drawer/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export class Drawer extends GridLayout {
271271
}
272272

273273
shouldStartGesture(data) {
274-
const landscape = Application.orientation() === 'landscape';
274+
// const landscape = Application.orientation() === 'landscape';
275275
const width = Utils.layout.toDeviceIndependentPixels(this.getMeasuredWidth());
276276
const height = Utils.layout.toDeviceIndependentPixels(this.getMeasuredHeight());
277277
const side = this.mShowingSide;

0 commit comments

Comments
 (0)