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:
@@ -32,6 +32,8 @@
|
||||
return {
|
||||
text: String,
|
||||
actionText: String,
|
||||
/** @type {?string} */
|
||||
type: String,
|
||||
shown: {
|
||||
type: Boolean,
|
||||
value: true,
|
||||
|
||||
Reference in New Issue
Block a user