mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-22 11:03:21 -04:00
Fixlint
This commit is contained in:
parent
61ae35757d
commit
c9b1390036
@ -30,7 +30,7 @@ struct DonationViewModifier: ViewModifier {
|
|||||||
@State private var showDonationPopUp: Bool = false
|
@State private var showDonationPopUp: Bool = false
|
||||||
@State private var donationPopUpState: DonationPopupState = .selection
|
@State private var donationPopUpState: DonationPopupState = .selection
|
||||||
|
|
||||||
|
// swiftlint:disable:next function_body_length
|
||||||
func body(content: Content) -> some View {
|
func body(content: Content) -> some View {
|
||||||
content
|
content
|
||||||
.onReceive(openDonations) { _ in
|
.onReceive(openDonations) { _ in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user