| | |
| | | |
| | | needPopRoot = true |
| | | NotificationCenter.default.post(name: SetBGMSuccess_Noti, object: items[index.row]) |
| | | // DispatchQueue.main.asyncAfter(delay: 0.6) { |
| | | // self.navigationController?.popViewController() |
| | | // } |
| | | |
| | | if !(UserViewModel.getLoginInfo()?.accessToken.isEmpty ?? true){ |
| | | DispatchQueue.main.asyncAfter(delay: 0.6) { |
| | | NotificationCenter.default.post(name: PlantGuideQuit_Noti, object: self.items[index.row]) |
| | | } |
| | | }else{ |
| | | DispatchQueue.main.asyncAfter(delay: 0.6) { |
| | | self.navigationController?.popViewController() |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |