Suppress this annoying build warning
This commit is contained in:
parent
af0c037845
commit
0590574f1a
@ -228,6 +228,7 @@ class AboutController : SettingsController() {
|
|||||||
)
|
)
|
||||||
outputDf.timeZone = TimeZone.getDefault()
|
outputDf.timeZone = TimeZone.getDefault()
|
||||||
|
|
||||||
|
@Suppress("RECEIVER_NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS")
|
||||||
buildTime.toDateTimestampString(dateFormat)
|
buildTime.toDateTimestampString(dateFormat)
|
||||||
} catch (e: ParseException) {
|
} catch (e: ParseException) {
|
||||||
BuildConfig.BUILD_TIME
|
BuildConfig.BUILD_TIME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user