diff --git a/baRSS/Core Data/FeedGroup+Ext.m b/baRSS/Core Data/FeedGroup+Ext.m
index 2ad6358..68e7c49 100644
--- a/baRSS/Core Data/FeedGroup+Ext.m
+++ b/baRSS/Core Data/FeedGroup+Ext.m
@@ -89,10 +89,11 @@
- (void)setSortIndexIfChanged:(int32_t)sortIndex {
if (self.sortIndex != sortIndex) {
self.sortIndex = sortIndex;
- [self iterateSorted:NO overDescendantFeeds:^(Feed *feed, BOOL *cancel) {
- [feed calculateAndSetIndexPathString];
- }];
}
+ // Otherwise move from 0.0 -> 0 will not trigger index path update
+ [self iterateSorted:NO overDescendantFeeds:^(Feed *feed, BOOL *cancel) {
+ [feed calculateAndSetIndexPathString];
+ }];
}
/// Set @c name attribute but only if value differs.
diff --git a/baRSS/Info.plist b/baRSS/Info.plist
index b2cdfec..1c81400 100644
--- a/baRSS/Info.plist
+++ b/baRSS/Info.plist
@@ -45,7 +45,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.1.0
+ 1.1.1
CFBundleURLTypes
@@ -70,7 +70,7 @@
CFBundleVersion
- 14620
+ 14624
LSApplicationCategoryType
public.app-category.news
LSMinimumSystemVersion