this post was submitted on 26 Nov 2021
2 points (100.0% liked)

lemmur

654 readers
1 users here now

Community dedicated to discussions around a mobile lemmy client

Code repository: github.com/LemmurOrg/lemmur

Contribute translations: Weblate

Download for your device:

Support development:

Before asking for help with a problem make sure you've read the FAQ

founded 3 years ago
MODERATORS
 

Whenever I open lemmur since android 12 it notifies me that lemmur pasted from my clipboard without my express permission. That is sketchy. Idk how I feel about using this with that in mind.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] nlfx@lemmy.ml 2 points 3 years ago* (last edited 3 years ago) (1 children)

There is already an issue opened about this problem: https://github.com/krawieck/lemmur/issues/287

The problem is due to flutter checking the clipboard to determine if the paste button should appear in text fields. The fix should be available in the next version of flutter, but they don't seem in a hurry to release it: https://github.com/flutter/flutter/issues/74139#issuecomment-938146498

[โ€“] Arcaneslime@lemmy.ml 1 points 2 years ago

Ah ok, thanks for the info!