Revert "Revert "click "replying to" to scroll up""

This reverts commit 77af7ceae3.
This commit is contained in:
LucasGGamerM
2023-01-20 11:01:39 -03:00
parent 77af7ceae3
commit 885f559092
2 changed files with 7 additions and 4 deletions

View File

@@ -676,6 +676,10 @@ public class ComposeFragment extends MastodonToolbarFragment implements OnBackPr
replyText.setOnClickListener(v->{
scrollView.smoothScrollTo(0, 0);
});
replyText.setOnClickListener(v->{
scrollView.smoothScrollTo(0, 0);
});
ArrayList<String> mentions=new ArrayList<>();
String ownID=AccountSessionManager.getInstance().getAccount(accountID).self.id;