Skip to content

Commit

Permalink
uncheck the file deleting checkbox at removing a synced note
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Mar 29, 2020
1 parent eee2d57 commit 17e41de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/dialog_delete_note.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/activity_margin"
android:layout_marginRight="@dimen/activity_margin"
android:checked="true"
android:checked="false"
android:paddingBottom="@dimen/small_margin"
android:paddingLeft="@dimen/activity_margin"
android:paddingRight="@dimen/activity_margin"
Expand Down

0 comments on commit 17e41de

Please sign in to comment.