Auth alert should have the highest priority among all error alerts

1. Auth alert can dismiss any existing alerts
2. Regular alerts should not dismiss existing auth alerts
3. Regular alerts should be able to dismiss existing regular alerts

Change-Id: Id415423d99a4e651532f64673da3063d00a5990e
This commit is contained in:
Tao Zhou
2020-01-13 16:51:08 +01:00
parent 77811e3572
commit f409045ab7
3 changed files with 104 additions and 3 deletions

View File

@@ -32,6 +32,8 @@
return {
text: String,
actionText: String,
/** @type {?string} */
type: String,
shown: {
type: Boolean,
value: true,