mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Fixing Cancel target being seen as Remove by accessibility
Bug: 115854326 Change-Id: Ic52d7253ea47d65b18cc38c4a2242ab15c4e35fd
This commit is contained in:
@@ -91,6 +91,7 @@ public class DeleteDropTarget extends ButtonDropTarget {
|
||||
mText = getResources().getString(canRemove(item)
|
||||
? R.string.remove_drop_target_label
|
||||
: android.R.string.cancel);
|
||||
setContentDescription(mText);
|
||||
requestLayout();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user