mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 01:39:22 +02:00
Fix missing string substitution in lock_reason_fragment
This commit is contained in:
parent
89ae618b52
commit
092f23f7dd
1 changed files with 2 additions and 1 deletions
|
@ -217,7 +217,8 @@
|
|||
android:drawableStart="@drawable/ic_timer_black_24dp"
|
||||
android:visibility="@{reason == BlockingReason.TimeOverExtraTimeCanBeUsedLater ? View.VISIBLE : View.GONE}"
|
||||
android:textAppearance="?android:textAppearanceMedium"
|
||||
android:text="@string/lock_reason_time_over_etra_time_can_be_used_later"
|
||||
android:text="@{@string/lock_reason_time_over_etra_time_can_be_used_later(blockedKindLabel)}"
|
||||
tools:text="@string/lock_reason_time_over_etra_time_can_be_used_later"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue