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

Commit 44a36928 authored by Jacky Wang's avatar Jacky Wang
Browse files

[Catalyst] Include isVisible for catalyst migration test

It helps to find several migration issues.

Bug: 370394101
Flag: TEST_ONLY
Test: atest
Change-Id: I5c32bdaf674169153e3b0d8103f90fc35858adf0
parent 2a96c7d0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@ abstract class CatalystScreenTestCase {
        builder.append(indent2).append("order: $order\n")
        builder.append(indent2).append("isCopyingEnabled: $isCopyingEnabled\n")
        builder.append(indent2).append("isEnabled: $isEnabled\n")
        builder.append(indent2).append("isVisible: $isVisible\n")
        builder.append(indent2).append("isIconSpaceReserved: $isIconSpaceReserved\n")
        if (
            clazz != Preference::class.java && !PreferenceGroup::class.java.isAssignableFrom(clazz)