Skip to content

Fixes #2810 Option to Remove a new language description while uploading #4206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

maxbetton
Copy link
Contributor

@maxbetton maxbetton commented Jan 28, 2021

Description (required)

Fixes #2810

Added option to remove a language description when uploading a new photo.

Tests performed (required)

Tested betaDebug on Google Pixel 2 XL with API level 28.

Screenshots (for UI changes only)

Capture d’écran 2021-01-28 à 14 21 15

Capture d’écran 2021-01-28 à 14 21 46


@neslihanturan neslihanturan changed the title add option to remove new language description Fixes #2810 Option to Remove a new language description while uploading Feb 1, 2021
Copy link
Collaborator

@neslihanturan neslihanturan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @maxbetton , thanks a lot for the PR. It works as intended, I have tested. The only issue is some lines of code are edited while it is not necessary (ie. using double space instead of tabs). After you revert those changes, this PR can be merged. Works as intended :)

selectedLanguages = new HashMap<>();
this.savedLanguageValue = savedLanguageValue;
}
public UploadMediaDetailAdapter(String savedLanguageValue) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These lines shouldn't be edited for this PR. Kindly please revert them.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for your review. I auto indent with android studio and that the result. Should i modify anyway ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, please :/ Otherwise it wont be similar with other files.

@neslihanturan
Copy link
Collaborator

Hey @maxbetton , any luck with reverting irrelevant changes?:)

@neslihanturan
Copy link
Collaborator

A kindly reminder @maxbetton :)

@neslihanturan
Copy link
Collaborator

Closing this one since it seems like a sleeping PR, however it works. Anyone interested to solve the issue can implement the same code. Thanks a lot @maxbetton :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to Remove a new language description while uploading
2 participants