Commit 34265e1
authored
android: fix severity sorting (#791)
The previous fix attempt resulted in comparing other.Severity to itself, which always returns 0. This compares the other item's severity to this item's severity.
Updates tailscale/corp#41733
Signed-off-by: kari-ts <kari@tailscale.com>1 parent 181808b commit 34265e1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments