Skip to content

Commit 08a92d5

Browse files
committed
Removed other answers button in steps incline
1 parent 16a52d3 commit 08a92d5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

GoInfoGame/GoInfoGame/quests/StepsIncline/StepsInclineForm.swift

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,6 @@ struct StepsInclineForm: View, QuestForm {
3434
ImageGridItemView(gridCount: 2, isLabelBelow: true, imageData: imageData, isImageRotated: true, isDisplayImageOnly: false, isScrollable: false, allowMultipleSelection: false, onTap: { (selectedImage) in
3535
action?(StepsInclineDirection(rawValue: selectedImage.first ?? "") ?? .down)
3636
}, selectedImages:$selectedImage)
37-
Divider()
38-
HStack() {
39-
Spacer()
40-
Button {
41-
showAlert = true
42-
} label: {
43-
Text(LocalizedStrings.otherAnswers.localized).foregroundColor(.orange)
44-
}
45-
.alert(isPresented: $showAlert) {
46-
Alert(title: Text("More Questions"))
47-
}.frame(alignment: .center)
48-
Spacer()
49-
}.padding(.top,10)
5037
}
5138
.padding()
5239
.background(

0 commit comments

Comments
 (0)