Skip to content

Commit

Permalink
Update title in CustomScanActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
sanandmv7 committed Dec 28, 2021
1 parent cc540de commit 9f5d202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected void onCreate(Bundle savedInstanceState) {

if (actionBar != null) {
actionBar.setDisplayHomeAsUpEnabled(true);
actionBar.setTitle("CUSTOM SCAN");
actionBar.setTitle(this.getString(R.string.custom_scan));
}

setContentView(R.layout.activity_result);
Expand Down

0 comments on commit 9f5d202

Please sign in to comment.