reset state on boost long click

This commit is contained in:
sk 2022-12-22 00:47:44 +01:00 committed by LucasGGamerM
parent bca0dab381
commit 065e65d708
1 changed files with 3 additions and 1 deletions

View File

@ -168,7 +168,9 @@ public class FooterStatusDisplayItem extends StatusDisplayItem{
}
private boolean onBoostLongClick(View v){
v.startAnimation(opacityIn);
v.setAlpha(1);
v.setScaleX(1);
v.setScaleY(1);
Bundle args=new Bundle();
args.putString("account", item.accountID);
args.putString("prefilledText", "\n\n" + item.status.url);