Merge pull request #496 from FineFindus/fix/share-theme

fix(ExternalShareActivity): set theme before opening compose
This commit is contained in:
LucasGGamerM
2024-08-14 15:55:16 -03:00
committed by GitHub

View File

@@ -86,6 +86,8 @@ public class ExternalShareActivity extends FragmentStackActivity{
}
private void openComposeFragment(String accountID){
AccountSession session=AccountSessionManager.get(accountID);
UiUtils.setUserPreferredTheme(this, session);
getWindow().setBackgroundDrawable(null);
Intent intent=getIntent();