Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Merge branch 'leftypol-flag-picker' into leftypol-release-tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
PietroCarrara committed Jun 14, 2021
2 parents 9fa368e + 7963597 commit fb5c9b1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,9 @@ public void loadDraftIntoViews(Reply draft) {
if (!draft.flag.equals("")) {
setFlagPickerText(draft.flag);
pickedFlag = new Flag(draft.flag, draft.flag, null);
} else {
flagPicker.setText(R.string.reply_flag);
pickedFlag = null;
}
options.setText(draft.options);
fileName.setText(draft.fileName);
Expand Down

0 comments on commit fb5c9b1

Please sign in to comment.