|
@@ -75,7 +75,7 @@ class NCActivity: UIViewController, UITableViewDataSource, UITableViewDelegate,
|
|
|
}
|
|
|
|
|
|
func image(forEmptyDataSet scrollView: UIScrollView) -> UIImage? {
|
|
|
- return CCGraphics.changeThemingColorImage(UIImage.init(named: "activityNoRecord"), width: 300, height: 300, scale: 2, color: NCBrandColor.sharedInstance.graySoft)
|
|
|
+ return CCGraphics.changeThemingColorImage(UIImage.init(named: "activity"), width: 300, height: 300, scale: 2, color: NCBrandColor.sharedInstance.graySoft)
|
|
|
}
|
|
|
|
|
|
func title(forEmptyDataSet scrollView: UIScrollView) -> NSAttributedString? {
|