English
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
7169a84449
commit
e50ed95edf
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export default class DeviceListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
// set of device ID's we're currently showing toasts for
|
// set of device IDs we're currently showing toasts for
|
||||||
this._activeNagToasts = new Set();
|
this._activeNagToasts = new Set();
|
||||||
// device IDs for which the user has dismissed the verify toast ('Later')
|
// device IDs for which the user has dismissed the verify toast ('Later')
|
||||||
this._dismissed = new Set();
|
this._dismissed = new Set();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue