[mob][photos] Don't show emptyCTA for faces in people full page
This commit is contained in:
parent
63f22680f4
commit
8c373857a2
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ extension SectionTypeExtensions on SectionType {
|
|||
bool get isCTAVisible {
|
||||
switch (this) {
|
||||
case SectionType.face:
|
||||
return true;
|
||||
return false;
|
||||
case SectionType.content:
|
||||
return false;
|
||||
case SectionType.moment:
|
||||
|
@ -124,7 +124,7 @@ extension SectionTypeExtensions on SectionType {
|
|||
bool get isEmptyCTAVisible {
|
||||
switch (this) {
|
||||
case SectionType.face:
|
||||
return true;
|
||||
return false;
|
||||
case SectionType.content:
|
||||
return false;
|
||||
case SectionType.moment:
|
||||
|
|
Loading…
Add table
Reference in a new issue