|
@@ -343,7 +343,9 @@ class TSAILIstVC: TSBaseVC {
|
|
|
NotificationCenter.default.addObserver(forName: .kOpenMotherDayVC, object: nil, queue: OperationQueue.main) { [weak self] _ in
|
|
|
guard let self = self else { return }
|
|
|
DispatchQueue.main.async {
|
|
|
- self.openMotherDayVC(titleString: "Happy Mother's Day".localized)
|
|
|
+// self.openMotherDayVC(titleString: "Happy Mother's Day".localized)
|
|
|
+ let baseVc = TSAIUploadPhotoBaseVC(titleString: "Happy Mother's Day".localized,upLoadImage: nil,imageMaxBitSize: kUploadImageMaxBit10Size, generatorStyle: .motherDay)
|
|
|
+ kPushVC(target: self, modelVC: baseVc)
|
|
|
}
|
|
|
}
|
|
|
|