Skip to content

Commit

Permalink
WEB-678:[Android] Create feature flag for Facebook login deprecation. (
Browse files Browse the repository at this point in the history
…#1667)

* Add ANDROID_FACEBOOK_LOGIN_REMOVE feature flag

Signed-off-by: hadia <hadiamohamed.iti@gmail.com>

* fix ktlint

Signed-off-by: hadia <hadiamohamed.iti@gmail.com>

* Update TextViewElementShotTest.kt

comment code

* Update TextViewElementShotTest.kt

Revert changes
  • Loading branch information
hadia committed Aug 2, 2022
1 parent 8c61ccb commit f75aa63
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -6,6 +6,7 @@ class OptimizelyFeature {
ANDROID_STORY_TAB("android_story_tab"),
ANDROID_LOCAL_PICKUP("android_local_pickup"),
ANDROID_COMMENT_MODERATION("android_comment_moderation"),
ANDROID_PAYMENTSHEET("android_paymentsheet")
ANDROID_PAYMENTSHEET("android_paymentsheet"),
ANDROID_FACEBOOK_LOGIN_REMOVE("android_facebook_login_remove")
}
}

0 comments on commit f75aa63

Please sign in to comment.