commit | c650a147d9fdd297a897898634ef5d1fb22d5ce2 | [log] [tgz] |
---|---|---|
author | Joshua Tsuji <tsuji@google.com> | Wed May 22 11:31:19 2019 -0400 |
committer | Joshua Tsuji <tsuji@google.com> | Wed May 22 11:31:21 2019 -0400 |
tree | b24b0c8f013f04677371c6cba19a95a88a815c34 | |
parent | 6494b52f39d7e779cabb3835bc4359e1d8e71d60 [diff] |
Mark the stack nullable so IntelliJ will warn about using it without a null check. Also changes the import to androidx.annotation, which is what we use in BubbleStackView. The default config of IntelliJ seems to ignore android.annotation.Nullable. Fixes: 133314397 Bug: 133314397 Test: atest SystemUITests Change-Id: I6887a82787403611ff62cb8bf2e4a2dd9049d5e3