diff --git a/appdb/Other/Info.plist b/appdb/Other/Info.plist
index c6e51f97..23ca1080 100644
--- a/appdb/Other/Info.plist
+++ b/appdb/Other/Info.plist
@@ -49,7 +49,7 @@
CFBundleVersion
1
GADApplicationIdentifier
- YOUR_GADAPPLICATIONIDENTIFIER
+ ca-app-pub-0000000000000000~0000000000
LSApplicationQueriesSchemes
ms-outlook
diff --git a/appdb/Tabs/Settings/Settings.swift b/appdb/Tabs/Settings/Settings.swift
index 501f6bd4..f22c49dc 100644
--- a/appdb/Tabs/Settings/Settings.swift
+++ b/appdb/Tabs/Settings/Settings.swift
@@ -96,6 +96,8 @@ class Settings: TableViewController {
self.refreshSources()
})
+ } else {
+ tableView.spr_endRefreshing()
}
}