Commit 93d5995e authored by Thomas's avatar Thomas
Browse files

remove title for media description #771

parent f8b0ed7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1112,7 +1112,7 @@ public class ComposeAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder
                    });
                    composeAttachmentItemBinding.buttonDescription.setOnClickListener(v -> {
                        AlertDialog.Builder builderInner = new MaterialAlertDialogBuilder(context);
                        builderInner.setTitle(R.string.upload_form_description);
                       // builderInner.setTitle(R.string.upload_form_description);
                        PopupMediaDescriptionBinding popupMediaDescriptionBinding = PopupMediaDescriptionBinding.inflate(LayoutInflater.from(context), null, false);
                        builderInner.setView(popupMediaDescriptionBinding.getRoot());

+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@
            android:layout_alignBottom="@+id/media_picture"
            android:layout_marginHorizontal="6dp"
            android:layout_marginTop="10dp"
            android:textAlignment="textStart"
            android:inputType="textMultiLine|textCapSentences"
            android:minLines="3"
            app:layout_constraintEnd_toEndOf="parent"
+0 −4
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="otp_message">Two factor authentication token</string>
</resources>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -2231,4 +2231,5 @@

    <string name="compose_shortcut_short_label1">Compose</string>
    <string name="toast_error_peertube_not_supported">Your Peertube is too old and cannot be supported by the app.</string>
    <string name="otp_message">Two factor authentication token</string>
</resources>
 No newline at end of file