mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-17 21:32:26 -05:00
Always use the light theme in MessageCompose
This fixes a display bug in the "Send as" dialog in MessageCompose.
This commit is contained in:
parent
d584492a6d
commit
2331696153
@ -377,6 +377,7 @@ public class MessageCompose extends K9Activity implements OnClickListener, OnFoc
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setTheme(K9.getK9ThemeResourceId(K9.THEME_LIGHT));
|
||||
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
|
||||
setContentView(R.layout.message_compose);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user