Skip to content

Commit 0c992c1

Browse files
authored
Merge pull request #94 from MisterGC/review-controller-updates
clay_ios: remove unused request text
2 parents 80f1663 + d533c2d commit 0c992c1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugins/clay_ios/AppReviewController.qml

-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ Item {
2828
// Storage for persitency of prompt state
2929
required property KeyValueStore storage
3030

31-
// Text that is shown when the user is asked for
32-
// a review. This text should be localized.
33-
property alias requestText: _feedbackDialogText.text
34-
3531
// Maximum number of review prompts
3632
property int maxPromptCount: 3
3733

0 commit comments

Comments
 (0)