Skip to content

🎨 Add missing @Volatile explicit imports#3918

Merged
guiyanakuang merged 1 commit intomainfrom
fix/issue-3917-add-volatile-imports
Feb 17, 2026
Merged

🎨 Add missing @Volatile explicit imports#3918
guiyanakuang merged 1 commit intomainfrom
fix/issue-3917-add-volatile-imports

Conversation

@guiyanakuang
Copy link
Copy Markdown
Member

Closes #3917

Summary

  • Add explicit import kotlin.concurrent.Volatile to SecureSession.kt and PasteSearchViewModel.kt
  • Both files use the @Volatile annotation but were missing the explicit import, which can cause compilation issues with newer Kotlin versions

@guiyanakuang guiyanakuang merged commit d12070b into main Feb 17, 2026
2 checks passed
@guiyanakuang guiyanakuang deleted the fix/issue-3917-add-volatile-imports branch February 17, 2026 13:45
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.

Add missing @Volatile explicit imports in SecureSession and PasteSearchViewModel

1 participant