Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Commit 6c9e356

Browse files
committed
Set appropriate title to checkout
1 parent c639dbd commit 6c9e356

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/marknkamau/justjava/ui/checkout/CheckoutActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class CheckoutActivity : BaseActivity(), CheckoutView {
4444
override fun onCreate(savedInstanceState: Bundle?) {
4545
super.onCreate(savedInstanceState)
4646
setContentView(R.layout.activity_checkout)
47+
supportActionBar?.title = "Checkout"
4748

4849
presenter = CheckoutPresenter(this, authService, preferencesRepository, databaseService, cartDao)
4950

0 commit comments

Comments
 (0)