Skip to content

Commit

Permalink
Merge pull request #496 from FineFindus/fix/share-theme
Browse files Browse the repository at this point in the history
fix(ExternalShareActivity): set theme before opening compose
  • Loading branch information
LucasGGamerM authored Aug 14, 2024
2 parents b07789b + f3d6002 commit 806db1d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ protected void onCreate(@Nullable Bundle savedInstanceState){
}

private void openComposeFragment(String accountID){
AccountSession session=AccountSessionManager.get(accountID);
UiUtils.setUserPreferredTheme(this, session);
getWindow().setBackgroundDrawable(null);

Intent intent=getIntent();
Expand Down

0 comments on commit 806db1d

Please sign in to comment.