Skip to content

Commit

Permalink
removed extra tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
noorhashem committed Jun 24, 2020
1 parent 5dd6c0c commit 9545675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/Today/TodayViewController.swift
Expand Up @@ -169,7 +169,7 @@ class TodayViewController: UIViewController, NCWidgetProviding {
func widgetMarginInsets(forProposedMarginInsets defaultMarginInsets: UIEdgeInsets) -> UIEdgeInsets {
return .zero
}

func updateCopiedLink() {
UIPasteboard.general.asyncURL().uponQueue(.main) { res in
if let copiedURL: URL? = res.successValue,
Expand Down

0 comments on commit 9545675

Please sign in to comment.