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
commit 806db1d09f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

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();