Skip to content

Commit

Permalink
Bugfix FXIOS-10601 - User Not Directed To Correct Website Firefox-iOS…
Browse files Browse the repository at this point in the history
… Widget (#24244)

* Completed Ticket

* Linter error fixed
  • Loading branch information
DanielDervishi authored Jan 20, 2025
1 parent 1390006 commit d7594e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion firefox-ios/Client/Telemetry/GleanUsageReporting.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class GleanUsageReporting: GleanUsageReportingApi {

class GleanLifecycleObserver {
private let gleanUsageReportingApi: GleanUsageReportingApi
private var isObserving: Bool = false
private var isObserving = false
private let notificationCenter: NotificationCenter

init(
Expand Down
1 change: 1 addition & 0 deletions firefox-ios/WidgetKit/OpenTabs/OpenTabsWidget.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ struct OpenTabsView: View {
.multilineTextAlignment(.leading)
.lineLimit(1)
.font(.system(size: 15, weight: .regular, design: .default))
Spacer()
}.padding(.horizontal)
}

Expand Down

0 comments on commit d7594e0

Please sign in to comment.