Revert "click "replying to" to scroll up"

This reverts commit cd0cfba7
This commit is contained in:
sk
2023-01-09 07:11:00 -03:00
committed by LucasGGamerM
parent 09d4188d54
commit 77af7ceae3
2 changed files with 4 additions and 7 deletions

View File

@@ -676,10 +676,6 @@ 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;