Browse Source

removed email from support tab home

pull/1/head
ccr 6 years ago
parent
commit
68896ee64b
  1. 2
      .gitignore
  2. BIN
      GMERemittance.xcworkspace/xcuserdata/shishir.xcuserdatad/UserInterfaceState.xcuserstate
  3. 2
      GMERemittance/Module/Home/User Interface/View/HomeViewController.swift

2
.gitignore

@ -22,7 +22,7 @@ DerivedData/
!default.mode2v3
*.perspectivev3
!default.perspectivev3
GMERemittance.xcworkspace/xcuserdata/shishir.xcuserdatad/UserInterfaceState.xcuserstate
### Xcode Patch ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj

BIN
GMERemittance.xcworkspace/xcuserdata/shishir.xcuserdatad/UserInterfaceState.xcuserstate

2
GMERemittance/Module/Home/User Interface/View/HomeViewController.swift

@ -184,7 +184,7 @@ class HomeViewController: UIViewController, UICollectionViewDelegateFlowLayout {
// TODO: have to enable when zendesk is provided
// alert.addAction(liveChat)
alert.addAction(contactNumber)
alert.addAction(supportEmail)
// alert.addAction(supportEmail)
alert.view.tintColor = UIColor.darkGray
// alert.view.subviews.last?.subviews.last?.layer.cornerRadius = 10

Loading…
Cancel
Save