mirror of
https://github.com/bitwarden/android.git
synced 2026-05-31 09:46:08 -05:00
BIT-2297: Update the values for UriMatchType to ensure a proper migration (#1313)
This commit is contained in:
committed by
Álison Fernandes
parent
986d454f16
commit
2ae3ff64a8
@@ -24,16 +24,16 @@ enum class UriMatchType(
|
||||
*/
|
||||
STARTS_WITH(2),
|
||||
|
||||
/**
|
||||
* The URIs match if they are exactly the same.
|
||||
*/
|
||||
EXACT(3),
|
||||
|
||||
/**
|
||||
* The URIs match if the "test" URI matches the known URI according to a specified regular
|
||||
* expression for the item.
|
||||
*/
|
||||
REGULAR_EXPRESSION(3),
|
||||
|
||||
/**
|
||||
* The URIs match if they are exactly the same.
|
||||
*/
|
||||
EXACT(4),
|
||||
REGULAR_EXPRESSION(4),
|
||||
|
||||
/**
|
||||
* The URIs should never match.
|
||||
|
||||
Reference in New Issue
Block a user