Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa6d150a authored by Chandru S's avatar Chandru S
Browse files

Fixes NPE in test


Change-Id: I30d39774d31053ee302f8b4deac015e0819cf47e
Fixes: 385524124
Test: NA
Flag: EXEMPT test changes
parent 9330fc99
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -264,7 +264,9 @@ public class KeyguardIndicationControllerBaseTest extends SysuiTestCase {

    @After
    public void tearDown() throws Exception {
        if (mTextView != null) {
            mTextView.setAnimationsEnabled(true);
        }
        if (mController != null) {
            mController.destroy();
            mController = null;