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:
swissalpine 2021-12-07 21:20:36 +01:00 committed by GitHub
parent a83eb1c456
commit df8fb69bc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,6 +206,10 @@
android:textSize="11sp" />
</LinearLayout>
<include
android:id="@+id/datetime"
layout="@layout/datetime" />
<include
android:id="@+id/okcancel"