refactor(compose): remove unnecessary drawables

This commit is contained in:
LucasGGamerM
2023-09-20 10:26:08 -03:00
parent 4aee67382b
commit 18857e6233
8 changed files with 4 additions and 27 deletions

View File

@@ -1599,7 +1599,7 @@ public class ComposeFragment extends MastodonToolbarFragment implements OnBackPr
} else {
draftsBtn.setImageDrawable(getContext().getDrawable(GlobalUserPreferences.relocatePublishButton ? R.drawable.ic_fluent_clock_24_regular : R.drawable.ic_fluent_clock_20_regular));
if(GlobalUserPreferences.relocatePublishButton){
publishButtonRelocated.setImageResource(R.drawable.ic_fluent_send_24_selector);
publishButtonRelocated.setImageResource(R.drawable.ic_fluent_send_24_regular);
}
resetPublishButtonText();
}