[FIX] Option "Copy here" in spaces list after rotating device#4786
[FIX] Option "Copy here" in spaces list after rotating device#4786mykh-hailo wants to merge 2 commits intoowncloud:masterfrom
Conversation
65bc123 to
0f42dd5
Compare
1c3d9a3 to
174f286
Compare
|
@joragua Can you check this PR please? |
There was a problem hiding this comment.
Somme comments here @mykh-hailo! 🙌🏻
NOTE: We usually create the branches using underscores between words. In this case, the name of the branch would be: fix/copy_button_visibility_on_rotation (just for you to know) Do not remove the branch but just keep it in mind for future PRs 😄
owncloudApp/src/main/java/com/owncloud/android/ui/activity/FolderPickerActivity.kt
Outdated
Show resolved
Hide resolved
|
Thank you for your comment @joragua |
174f286 to
1f7a3b2
Compare
|
@joragua I implemented much easier solution for this issue. |
joragua
left a comment
There was a problem hiding this comment.
@mykh-hailo Just one more comment and it's ready to go!
1f7a3b2 to
daef709
Compare
|
@joragua I made a quick fix on your comment. |
joragua
left a comment
There was a problem hiding this comment.
Good job! 💯 Let's move it to QA
|
@mykh-hailo Unfortunately the fix it's no valid. It fixes the problem with the Check the following steps out:
It's verified that the current Could you take a look? anything you need, don't hesitate to ask us! |
|
After some testing, I've noticed that his bug (#4441) is also reproducible in the folder picker. It’s likely that both issues could be fixed with a single solution. But we will need to check it in QA... 🤔 Here's the other PR (#4467) related to this problem, if it helps @mykh-hailo 🙌🏻 |
|
@joragua as far as I checked the code again based on Jesmerc's comment, I think my first approach to call a function to change visibility of that function onResume would be a solution. |
|
Then, we have two different approaches:
First one intends to fix two problems in one ✅ , but, Second one seems to be totally safe ✅ , but more code to achieve the same target. @mykh-hailo @joragua do you have any extra input? pros and cons of every solution? let's make it constructive 😄 |
|
OTOH, just as a comment, @mykh-hailo we use to write branch names with underscores (check GUIDELINES), so, the repo will be tidy and uniform around ;) . Take it in account for future PRs, thanks!! |
|
This is my opinion:
|
|
@joragua as far as I checked the code the filtering issue is caused because my branch was not up-to-date. |
|
Hmm... 🤔 I don't think so, since I can reproduce the filter bug on the |
|
The problem about filtering that @joragua reported is reproducible in That also means, if you'd wish you can fix it together with the initial bug (both problems with one fix would be cool), but, as a regression problem, it could be addressed separately. Up 2 you ;) |
|
@jesmrec Let me fix the both issues together. |
daef709 to
06911e4
Compare
|
@jesmrec Can you check my updates again? |
Related Issues
App: #4718
ReleaseNotesViewModel.ktcreating a newReleaseNote()with String resources (if required)