enable selecting text via alt badge

re: sk22#400
This commit is contained in:
sk 2023-02-01 10:36:14 +01:00
parent 6c24e06157
commit 14e639aa8a
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public class PhotoStatusDisplayItem extends ImageStatusDisplayItem{
altTextButton.setOnClickListener(this::onShowHideClick);
noAltTextButton.setOnClickListener(this::onShowHideClick);
altTextClose.setOnClickListener(this::onShowHideClick);
altText.setTextIsSelectable(true);
// altTextScroller.setNestedScrollingEnabled(true);
}