We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b2262 commit 52eb115Copy full SHA for 52eb115
2 files changed
Tests/NextcloudUITests/BaseUIXCTestCase.swift
@@ -118,8 +118,6 @@ class BaseUIXCTestCase: XCTestCase {
118
grantButton.tap()
119
grantButton.awaitInexistence()
120
121
- // Switch back from Safari to our app.
122
- app.activate()
123
app.buttons["accountSwitcher"].await()
124
125
try await aSmallMoment()
iOSClient/Assistant/Components/AssistantLabelStyle.swift
@@ -1,10 +1,6 @@
1
-//
2
-// AssistantLabelStyle.swift
3
-// Nextcloud
4
5
-// Created by Milen Pivchev on 18.02.25.
6
-// Copyright © 2025 Marino Faggiana. All rights reserved.
7
+// SPDX-FileCopyrightText: Nextcloud GmbH
+// SPDX-FileCopyrightText: 2025 Milen Pivchev
+// SPDX-License-Identifier: GPL-3.0-or-later
8
9
import SwiftUI
10
0 commit comments