mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 01:39:22 +02:00
Fix missing title at the lockscreen
This commit is contained in:
parent
6f00b06313
commit
87b7a3af7e
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class LockReasonFragment: Fragment() {
|
|||
|
||||
model.packageAndActivityNameLive.observe(viewLifecycleOwner) { binding.packageName = it.first }
|
||||
binding.appIcon.setImageDrawable(model.icon)
|
||||
binding.appTitle = model.title
|
||||
|
||||
return binding.root
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue