Minor fixes

This commit is contained in:
Juan Miguel Boyero Corral 2011-07-05 13:21:38 +02:00
parent 7b529e911d
commit b50358873b

View File

@ -732,6 +732,7 @@ public class TestsMake extends Module {
coursesDialog.show();
} else {
Toast.makeText(getBaseContext(), R.string.testNoQuestionsMsg, Toast.LENGTH_LONG).show();
finish();
}
}