-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Switch Messages choose folder and create doc to Activity Result API #8753
base: main
Are you sure you want to change the base?
Conversation
legacy/ui/legacy/src/main/java/com/fsck/k9/ui/messagelist/MessageListFragment.kt
Outdated
Show resolved
Hide resolved
legacy/ui/legacy/src/main/java/com/fsck/k9/ui/messagelist/MessageListFragment.kt
Outdated
Show resolved
Hide resolved
legacy/ui/legacy/src/main/java/com/fsck/k9/ui/messageview/MessageViewFragment.kt
Outdated
Show resolved
Hide resolved
a6c7dd1
to
626cb75
Compare
legacy/ui/legacy/src/main/java/com/fsck/k9/ui/messagelist/MessageListFragment.kt
Outdated
Show resolved
Hide resolved
legacy/ui/legacy/src/main/java/com/fsck/k9/ui/messageview/MessageViewFragment.kt
Outdated
Show resolved
Hide resolved
legacy/ui/legacy/src/main/java/com/fsck/k9/ui/messageview/MessageViewFragment.kt
Show resolved
Hide resolved
3c850af
to
3fc0a0e
Compare
Please note that you can run the |
Yes, I ran |
3fc0a0e
to
49b78bc
Compare
In general, please try to focus a pull request on one thing. If you have to do some refactoring to make the actual change easier, that's fine, but make it a separate commit. If it's a lot of refactoring, that should be split out to a separate pull request (or even multiple). That will both make it easier to review and easier to understand what was going on should the need arise to look at the Git history at some point in the future. My suggestion for this pull request:
Having small commits makes it easier to review changes and spot e.g. unintentional behavior changes. Especially in this case where e.g. the You've already spent quite some time on this. If the requested changes require more time than you'd like to spend, please let me know and I'll break the commit apart for you. |
49b78bc
to
df7a7a8
Compare
No problem at all, next PR will require less time to be resolved as I'm learning your rules and practices. If I was busier on my job I couldn't spend any time here. 😄 |
Change related to #7758
Migrate choose folder and create doc results to new API on message screens