This commit is contained in:
Robinson 2023-11-25 22:08:19 +01:00
parent 71bc6e7f8b
commit 18005919c7
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2015 dorkbox, llc * Copyright 2023 dorkbox, llc
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -181,7 +181,7 @@ class Notify private constructor() {
} }
@Volatile @Volatile
internal var notifyPopup: NotifyType<*>? = null internal var notifyPopup: NotifyType<*>? = null
@Volatile @Volatile
var title = "Notification" var title = "Notification"