Browse Source

channel talk implement done

pull/1/head
InKwon James Kim 5 years ago
parent
commit
7bc6e9f740
  1. 2
      GMERemittance/AppDelegate.swift
  2. 1
      GMERemittance/Module/Home/User Interface/View/HomeViewController.swift

2
GMERemittance/AppDelegate.swift

@ -21,7 +21,7 @@ import LGSideMenuController
import Localize_Swift import Localize_Swift
import ChannelIO import ChannelIO
let server: Server = .live
let server: Server = .kftcTest
var overlayView: UIView? var overlayView: UIView?
@UIApplicationMain @UIApplicationMain

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

@ -822,6 +822,7 @@ extension HomeViewController {
UserDefaults.standard.set(expireDate, forKey: AppConstants.dateOfExpireNotification) UserDefaults.standard.set(expireDate, forKey: AppConstants.dateOfExpireNotification)
PopupNotificationWireframe().show(source: self) PopupNotificationWireframe().show(source: self)
} }
}
// MARK: - Channel IO // MARK: - Channel IO
extension HomeViewController { extension HomeViewController {

Loading…
Cancel
Save