Commit b889403
Fix filtered deck being displayed in the ImageOcclusion page
If a filtered deck is selected and we go to the ImageOcclusion
page to add, 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 is not
confused about the deck where his new card will go.1 parent 971ee0c commit b889403
File tree
1 file changed
+3
-3
lines changed- AnkiDroid/src/main/java/com/ichi2/anki/pages
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | | - | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments