Skip to content

fix: handle Kotlin 2.3.10 compile errors#20424

Merged
david-allison merged 1 commit intoankidroid:mainfrom
david-allison:kotlin-2-3-10
Mar 9, 2026
Merged

fix: handle Kotlin 2.3.10 compile errors#20424
david-allison merged 1 commit intoankidroid:mainfrom
david-allison:kotlin-2-3-10

Conversation

@david-allison
Copy link
Copy Markdown
Member

@david-allison david-allison commented Mar 9, 2026

TagLimitFragment.kt:135:33 Unnecessary safe call on a non-null receiver of type 'Group'.
TagLimitFragment.kt:136:33 Unnecessary safe call on a non-null receiver of type 'LinearLayout'.
TagLimitFragment.kt:146:33 Unnecessary safe call on a non-null receiver of type 'Group'.
TagLimitFragment.kt:147:33 Unnecessary safe call on a non-null receiver of type 'LinearLayout'.

Checklist

  • You have a descriptive commit message with a short title (first line, max 50 chars).
  • You have commented your code, particularly in hard-to-understand areas
  • You have performed a self-review of your own code
  • UI changes: include screenshots of all affected screens (in particular showing any new or changed strings)
  • UI Changes: You have tested your change using the Google Accessibility Scanner

```
TagLimitFragment.kt:135:33 Unnecessary safe call on a non-null receiver of type 'Group'.
TagLimitFragment.kt:136:33 Unnecessary safe call on a non-null receiver of type 'LinearLayout'.
TagLimitFragment.kt:146:33 Unnecessary safe call on a non-null receiver of type 'Group'.
TagLimitFragment.kt:147:33 Unnecessary safe call on a non-null receiver of type 'LinearLayout'.
```
@david-allison david-allison added the Needs Second Approval Has one approval, one more approval to merge label Mar 9, 2026
@david-allison david-allison merged commit 90ca357 into ankidroid:main Mar 9, 2026
19 checks passed
@david-allison david-allison deleted the kotlin-2-3-10 branch March 9, 2026 02:48
@github-actions github-actions Bot added this to the 2.24 release milestone Mar 9, 2026
@github-actions github-actions Bot removed the Needs Second Approval Has one approval, one more approval to merge label Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant