Commit 4319fad1 authored by Pinyo Chanchaisomphob (โย)'s avatar Pinyo Chanchaisomphob (โย)
Browse files

Merge branch 'feature/116_fixbug_BrowseJob_Industrial_Crash' into develop

Showing with 2 additions and 0 deletions
+2 -0
......@@ -221,6 +221,8 @@ class JTMBrowseJobFirstLevelViewController: JTMBaseViewController , UICollection
secoundLevelMode = firstLevelDataArr![indexPath.row].listSecoundLevelMode!
}
guard (firstLevel.countPosition != nil) else { return }
var param: [String:AnyObject] = [:]
if(!secoundLevelMode.isEmpty && indexPath.section == 0) {
browseJobSecondLevelViewController.setModelBrowseJobSecondLevel(secoundLevelMode)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment