From a9e5f5d049fe5fb7a68113af59e39ca789904e1c Mon Sep 17 00:00:00 2001 From: Kirill Date: Fri, 18 Feb 2022 00:57:03 +0500 Subject: [PATCH] Passing answers variant to question builder and uploading video implemented --- .idea/deploymentTargetDropDown.xml | 17 --------- .idea/misc.xml | 4 +- .../socialquiz/data/model/question/Answer.kt | 5 ++- .../question/AddOwnQuestionPresenter.kt | 27 +++++++++++--- .../adapters/OwnAnswerVariantsAdapter.kt | 37 +++++++++++++++---- app/src/main/res/values-ru/strings.xml | 1 + app/src/main/res/values/strings.xml | 1 + 7 files changed, 58 insertions(+), 34 deletions(-) delete mode 100644 .idea/deploymentTargetDropDown.xml diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml deleted file mode 100644 index f45b373..0000000 --- a/.idea/deploymentTargetDropDown.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 8107757..09926a7 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,6 +4,7 @@