mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Do not suggest SMS during onboarding.
This commit is contained in:
committed by
Cody Henthorne
parent
da1ac5358f
commit
4abb169568
@@ -148,7 +148,7 @@ public class OnboardingMegaphoneView extends FrameLayout {
|
||||
data.add(TYPE_APPEARANCE);
|
||||
}
|
||||
|
||||
if (SignalStore.onboarding().shouldShowSms(context)) {
|
||||
if (SignalStore.onboarding().shouldShowSms()) {
|
||||
data.add(TYPE_SMS);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user