Messaging: Use a DayNight launch theme
This prevents the white launch screen from appearing when the system theme is dark Change-Id: I861f9e5a58b4bb52385c75459fc4de73532d15a8
This commit is contained in:
committed by
Michael Bestas
parent
2970e7d0be
commit
657e0460fe
@@ -31,6 +31,7 @@ public class ConversationListActivity extends AbstractConversationListActivity {
|
||||
@Override
|
||||
protected void onCreate(final Bundle savedInstanceState) {
|
||||
Trace.beginSection("ConversationListActivity.onCreate");
|
||||
setTheme(R.style.BugleTheme_ConversationListActivity);
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.conversation_list_activity);
|
||||
Trace.endSection();
|
||||
|
||||
Reference in New Issue
Block a user