feedback: replace edit summary with something more relevant

The summary of the feedback page was unhelpful. Make it more helpful by
using a more helpful summary that at least mentions the version of the
app for which the feedback is posted.
This commit is contained in:
Kaartic Sivaraam 2024-06-09 11:23:21 +05:30
parent 27d9fd8758
commit ad015f10d6

View file

@ -158,7 +158,7 @@ public class MoreBottomSheetFragment extends BottomSheetDialogFragment {
"Commons:Mobile_app/Feedback", "Commons:Mobile_app/Feedback",
feedbackContentCreator.getSectionTitle(), feedbackContentCreator.getSectionTitle(),
feedbackContentCreator.getSectionText(), feedbackContentCreator.getSectionText(),
"Summary" "New feedback on version " + feedback.getVersion() + " of the app"
) )
.flatMapSingle(Single::just) .flatMapSingle(Single::just)
.firstOrError(); .firstOrError();