mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 21:57:19 +00:00
Set compose background color
This commit is contained in:
parent
1c70668f45
commit
f05f2d614a
2 changed files with 4 additions and 0 deletions
|
@ -174,6 +174,8 @@ public class ActivitySignature extends ActivityBase {
|
|||
}
|
||||
}, this);
|
||||
|
||||
// Initialize
|
||||
FragmentDialogTheme.setBackground(this, view, true);
|
||||
style_bar.setVisibility(View.GONE);
|
||||
|
||||
setResult(RESULT_CANCELED, new Intent());
|
||||
|
|
|
@ -152,6 +152,8 @@ public class FragmentAnswer extends FragmentBase {
|
|||
});
|
||||
|
||||
// Initialize
|
||||
FragmentDialogTheme.setBackground(getContext(), view, true);
|
||||
|
||||
cbExternal.setVisibility(View.GONE);
|
||||
grpReady.setVisibility(View.GONE);
|
||||
style_bar.setVisibility(View.GONE);
|
||||
|
|
Loading…
Reference in a new issue