Skip to content

Commit

Permalink
last minute fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nedley committed Oct 19, 2019
1 parent a88d7aa commit 168b78e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appdb/Other/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<key>CFBundleVersion</key>
<string>1</string>
<key>GADApplicationIdentifier</key>
<string>YOUR_GADAPPLICATIONIDENTIFIER</string>
<string>ca-app-pub-0000000000000000~0000000000</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>ms-outlook</string>
Expand Down
2 changes: 2 additions & 0 deletions appdb/Tabs/Settings/Settings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ class Settings: TableViewController {

self.refreshSources()
})
} else {
tableView.spr_endRefreshing()
}
}

Expand Down

0 comments on commit 168b78e

Please sign in to comment.