6542d65bcbe2fda6ef5ed1eb8cad5c6b646bf65f
In MainActivity, the secretKey was accessed multiple times during a single import/export operation. This could lead to inconsistent behavior if the key changes unexpectedly. This commit introduces a local variable `currentSecretKey` to capture the key at the beginning of the operation and use it consistently throughout. Additionally, this commit includes minor cleanups: - Removed an unused `android:label` from the `AndroidManifest.xml`. - Removed unused imports in `KeyManager.kt.
Description
Noteshop is a versatile and privacy-focused application for managing your notes, shopping lists, and recipes all in one place. It is designed to be simple, efficient, and fully under your control
Languages
Kotlin
98%
Python
2%