Commit 0854d1aa authored by Grigory Fedorov's avatar Grigory Fedorov

ContactEditor: "Editing" prefix removed from title.

parent c01a7a20
......@@ -95,7 +95,6 @@ public class ContactEditor extends GroupListActivity implements
private void update() {
AbstractContact abstractContact = RosterManager.getInstance().getBestContact(account, user);
contactTitleActionBarInflater.update(abstractContact);
contactTitleActionBarInflater.setName(getString(R.string.contact_editor_title, abstractContact.getName()));
contactTitleActionBarInflater.setStatusText(user);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment