Skip to content

Commit

Permalink
Test workflow with HomeActivity changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmurerwa committed Aug 20, 2024
1 parent f9106d9 commit 76aa51d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class HomeActivity :

internalProfileId = intent.extractCurrentUserProfileId().internalId
homeActivityPresenter.handleOnCreate(internalProfileId)
title = resourceHandler.getStringInLocale(R.string.home_activity_title)
title = resourceHandler.getStringInLocale(R.string.home_activity_back_dialog_exit)
}

override fun onRestart() {
Expand Down

0 comments on commit 76aa51d

Please sign in to comment.