Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f11f0311 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Do not initiate clip classification again when copying to profile."

parents 1dd24999 869f53b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -571,7 +571,7 @@ public class ClipboardService extends SystemService {
                        final boolean canCopyIntoProfile = !hasRestriction(
                                UserManager.DISALLOW_SHARE_INTO_MANAGED_PROFILE, id);
                        if (canCopyIntoProfile) {
                            setPrimaryClipInternalLocked(
                            setPrimaryClipInternalNoClassifyLocked(
                                    getClipboardLocked(id), clip, uid, sourcePackage);
                        }
                    }