SecUSo / privacy-friendly-notes

Privacy Friendly App for creating and managing notes on Android.
https://secuso.org/pfa
GNU General Public License v3.0
98 stars 22 forks source link

leaked window android.widget.PopupWindow when create audio notes #139

Closed RiShinku closed 1 year ago

RiShinku commented 1 year ago

Click the add icon in the main activity, choose audio notes, and my logcat monitored that 'android.view.WindowLeaked: Activity org.secuso.privacyfriendlynotes.ui.AudioNoteActivity has leaked window android.widget.PopupWindow'

RiShinku commented 1 year ago

When access to the main activity, some other errors caught: 'Access denied finding property "persist.device_config.runtime_native.use_app_image_startup_cache"' 'Fail to acquire dataAnalyzerService...' 'AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@fb676cd' 'parse speed value length error' these errors seem to be something to do with the compatibility.

coderPaddyS commented 1 year ago

On which Android version are you? What version of adb and Android Studio do you use? Whats the exact output given by logcat? This doesn't occur on my devices

udenr commented 1 year ago

As this does not seem to influence functionality i'll close the issue for now.