0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

Merge pull request #4325 from hssm/filtered-infinite

Fix unclosable deck options on new filtered deck
This commit is contained in:
Tim Rae 2016-06-12 21:12:18 +09:00 committed by GitHub
commit b5c9ee863a

View File

@ -556,6 +556,7 @@ public class StudyOptionsFragment extends Fragment implements Toolbar.OnMenuItem
// open cram deck option if deck is opened for the first time
if (mLoadWithDeckOptions) {
openFilteredDeckOptions(mLoadWithDeckOptions);
mLoadWithDeckOptions = false;
return;
}
// Switch between the empty view, the ordinary view, and the "congratulations" view