Merge branch 'Feedback_fix' into 'master'

Removed word limit on feedback.

See merge request briar/briar!1657
This commit is contained in:
akwizgran
2022-06-07 10:59:45 +00:00

View File

@@ -29,7 +29,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textMultiLine|textCapSentences"
android:maxLines="5"
tools:hint="@string/describe_crash" />
</com.google.android.material.textfield.TextInputLayout>