Skip to content

Commit

Permalink
fix(ExternalShareActivity): set theme before opening compose
Browse files Browse the repository at this point in the history
Fixes sk22#926.
  • Loading branch information
FineFindus committed Aug 5, 2024
1 parent c26df57 commit f3d6002
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 f3d6002

Please sign in to comment.