Refactor NoteEditor to use a AnkiActivity instead of SingleFragmentActivity#18836
Refactor NoteEditor to use a AnkiActivity instead of SingleFragmentActivity#18836david-allison merged 1 commit intoankidroid:mainfrom
Conversation
|
@david-allison I think LayoutValidationTest is flaky. I tried running it locally on my main branch and it still fails. |
|
You can specify the number of iterations of the |
|
CI is passing on main. It's likely related to this PR If all 3 test runs failed |
Tried many reruns, LayoutValidationTest seems to fail on a fresh branch? What should I do about it |
I'll check again |
|
@Haz3-jolt |
5ed38fb to
ec8e779
Compare
Yeah I kinda don't understand why showsoftinput isn't working when requestfocus() seems to work fine. I'll try to get it fixed |
david-allison
left a comment
There was a problem hiding this comment.
Looking great! I believe there's an issue with replace if Don't Keep Activities is enabled (Fragment would lose state on restore)
Purpose / Description
note_editor.xmltonote_editor_fragment.xmlFixes
Approach
Checklist