Skip to content

Don't show clipboard suggestions when device is locked#1913

Open
eranl wants to merge 1 commit intoHeliBorg:mainfrom
eranl:no-Clipboard-Suggestions-when-Device-Locked
Open

Don't show clipboard suggestions when device is locked#1913
eranl wants to merge 1 commit intoHeliBorg:mainfrom
eranl:no-Clipboard-Suggestions-when-Device-Locked

Conversation

@eranl
Copy link
Contributor

@eranl eranl commented Aug 28, 2025

Possibly fixes the second part of #1909, which I can't reproduce.

* returns whether a clipboard suggestion has been set.
*/
public boolean tryShowClipboardSuggestion() {
if (IsLockedCompatKt.isDeviceLocked(this)) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👎

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.

2 participants