mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Removed butterknife from quiz activity (#5383)
This commit is contained in:
parent
d967279abc
commit
3118a8368b
3 changed files with 56 additions and 65 deletions
|
|
@ -53,8 +53,6 @@ class QuizActivityUnitTest {
|
|||
quizController.initialize(context)
|
||||
positiveAnswer = view.findViewById(R.id.quiz_positive_answer)
|
||||
negativeAnswer = view.findViewById(R.id.quiz_negative_answer)
|
||||
activity.positiveAnswer = positiveAnswer
|
||||
activity.negativeAnswer = negativeAnswer
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue