Making it not show the text when the publishButton is relocated
This commit is contained in:
parent
c4d56179f3
commit
8fec3fe56c
@ -822,7 +822,9 @@ public class ComposeFragment extends MastodonToolbarFragment implements OnBackPr
|
||||
// if (publishText == R.string.publish && !GlobalUserPreferences.publishButtonText.isEmpty()) {
|
||||
// publishButton.setText(GlobalUserPreferences.publishButtonText);
|
||||
// } else {
|
||||
publishButton.setText(publishText);
|
||||
if(!GlobalUserPreferences.relocatePublishButton){
|
||||
publishButton.setText(publishText);
|
||||
}
|
||||
// }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user