Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 5f14d2a

Browse files
committed
fix: reset drag handle for SwipeRevealLayout to toolbar in editor activity
1 parent 660b98a commit 5f14d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/activity_editor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
android:id="@+id/swipe_reveal"
1313
android:layout_width="match_parent"
1414
android:layout_height="match_parent"
15-
app:dragHandle="@id/editor_appBarLayout">
15+
app:dragHandle="@id/editor_toolbar">
1616

1717
<include
1818
android:id="@+id/mem_usage_view"

0 commit comments

Comments
 (0)