Skip to content

Commit

Permalink
Merge pull request #1509 from michaelschattgen/fix/secret-multiline
Browse files Browse the repository at this point in the history
Make secret multiline
  • Loading branch information
alexbakker authored Oct 4, 2024
2 parents 08d900c + 7753b48 commit 0573dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_edit_entry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/secret"
android:inputType="textPassword"/>
android:inputType="textPassword | textMultiLine"/>
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
<LinearLayout
Expand Down

0 comments on commit 0573dbb

Please sign in to comment.