From 168b78e6314e48ecc8f47fdfccf9a4f66971f9ff Mon Sep 17 00:00:00 2001 From: ned Date: Sat, 19 Oct 2019 11:56:42 +0200 Subject: [PATCH] last minute fixes --- appdb/Other/Info.plist | 2 +- appdb/Tabs/Settings/Settings.swift | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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() } }