Commit e1bd644
Fix filtered deck being displayed in InstantNoteEditorActivity
If a filtered deck is selected and we use the InstantNoteEditorActivity
to add cards, the filtered deck will be displayed in the deck selector
although we can't add to a filtered deck(the actual code handles this
by adding to the 'Default' deck).
The fix consists in showing the 'Default' deck so a user it's not
confused about the deck where his new card will go.1 parent b889403 commit e1bd644
File tree
1 file changed
+3
-4
lines changed- AnkiDroid/src/main/java/com/ichi2/anki/instantnoteeditor
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
| 107 | + | |
| 108 | + | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
| |||
0 commit comments