Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
feat(ActionBar): Disabel setDisplayHomeAsUpEnabled into add profile a…
Browse files Browse the repository at this point in the history
…ctivity
  • Loading branch information
AnGgIt86 committed Oct 2, 2024
1 parent 2bb7653 commit aeb66ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/neko/uwu/TambahActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class TambahActivity : BaseActivity() {
val toolbar = findViewById<MaterialToolbar>(R.id.toolbar)
val toolbarLayout = findViewById<CollapsingToolbarLayout>(R.id.collapsing_toolbar)
setSupportActionBar(toolbar)
supportActionBar?.setDisplayHomeAsUpEnabled(true)
supportActionBar?.setDisplayHomeAsUpEnabled(false)
softInputAssist = SoftInputAssist(this)

etName = findViewById(R.id.et_name)
Expand Down

0 comments on commit aeb66ce

Please sign in to comment.