Skip to content

Commit

Permalink
fix translation of MessageDetailsActivity's label
Browse files Browse the repository at this point in the history
Fixes signalapp#2875
Closes signalapp#3050

//FREEBIE
  • Loading branch information
agrajaghh authored and mcginty committed Jun 4, 2015
1 parent c318d42 commit 85c6957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/thoughtcrime/securesms/MessageDetailsActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ protected void onResume() {
super.onResume();
dynamicTheme.onResume(this);
dynamicLanguage.onResume(this);
getSupportActionBar().setTitle(R.string.AndroidManifest__message_details);
}

private void initializeResources() {
Expand Down

0 comments on commit 85c6957

Please sign in to comment.