Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AnkiDroid/src/main/java/com/ichi2/anki/dialogs/Utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.ichi2.anki.dialogs

import android.text.method.LinkMovementMethod
import android.widget.TextView
Expand Down
2 changes: 1 addition & 1 deletion AnkiDroid/src/test/java/com/ichi2/anki/CardBrowserTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ class CardBrowserTest : RobolectricTest() {
@Test
@Ignore(
"issues with launchCollectionInLifecycleScope - provided value is not current" +
"use an integration test",
" use an integration test",
)
fun `column text is updated - cardsOrNotes and column change`() {
addBasicAndReversedNote("Hello", "World")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*/

package com.ichi2.anki.widget
import android.appwidget.AppWidgetManager
import androidx.test.ext.junit.runners.AndroidJUnit4
import com.ichi2.anki.RobolectricTest
Expand Down
2 changes: 1 addition & 1 deletion AnkiDroid/src/test/java/com/ichi2/compat/Test21And26.kt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ abstract class Test21And26 {
* Represents structure and compat required to simulate https://github.com/ankidroid/Anki-Android/issues/10358
* This is a bug that occurred in a smartphone, where listFiles returned `null` on an existing directory.
*/
inner class PermissionDenied(
class PermissionDenied(
val directory: Directory,
val compat: Compat,
) {
Expand Down
Loading