TempTarget Dialog: Include missing Event Time
In the layout the line "Event Time:" is missing since some time, but in the code (TempTargetDialog.kt) the function is still realised. Here is the fix that adds the line again. I think some would miss this function ... ;-)
This commit is contained in:
parent
a83eb1c456
commit
df8fb69bc0
|
@ -206,6 +206,10 @@
|
|||
android:textSize="11sp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<include
|
||||
android:id="@+id/datetime"
|
||||
layout="@layout/datetime" />
|
||||
|
||||
<include
|
||||
android:id="@+id/okcancel"
|
||||
|
|
Loading…
Reference in a new issue