click "replying to" to scroll up

closes #241
This commit is contained in:
sk
2023-01-09 06:44:51 -03:00
committed by LucasGGamerM
parent 870ac2b946
commit 09d4188d54

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;