feat: update wallet punch point and report success
This commit is contained in:
@ -38,9 +38,9 @@ enum HomeCollectionLayoutBuilder {
|
||||
let section = sectionIndex < sections.count ? sections[sectionIndex] : .commonApps
|
||||
switch section {
|
||||
case .workStatus:
|
||||
return fullWidthSection(height: AppSpacing.formRowHeight)
|
||||
return fullWidthSection(height: 84)
|
||||
case .locationReport:
|
||||
return fullWidthSection(height: 100)
|
||||
return fullWidthSection(height: 132)
|
||||
case .quickActions:
|
||||
return fullWidthSection(height: 72)
|
||||
case .store:
|
||||
|
||||
Reference in New Issue
Block a user