1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04: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:
cketti 2012-03-29 06:39:31 +02:00
parent d584492a6d
commit 2331696153

View File

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