|
@@ -318,7 +318,7 @@ class KMLeftSideViewController: KMSideViewController {
|
|
|
}
|
|
|
FMTrackEventManager.defaultManager.trackEvent(event: "LeftSidebar", withProperties: ["LeftSidebar_Btn": "Btn_LeftSidebar_Thumbnail"])
|
|
|
self.refreshMethodType(methodType: .Thumbnail)
|
|
|
- DispatchQueue.main.async {
|
|
|
+ KMMainThreadExecute {
|
|
|
self.toolButtonBox.contentView = self.thumbnailView
|
|
|
self.displayThumbnailViewAnimating(false)
|
|
|
}
|
|
@@ -739,7 +739,7 @@ class KMLeftSideViewController: KMSideViewController {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- DispatchQueue.main.async {
|
|
|
+ KMMainThreadExecute {
|
|
|
let ris = self.thumbnailTableView.selectedRowIndexes
|
|
|
self.thumbnailTableView.reloadData()
|
|
|
if ks {
|