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

Commit 203688c6 authored by Romain Guy's avatar Romain Guy
Browse files

Fix dump of the persistent drawing cache attribute.

Change-Id: I351028f6e0858c9ebf7f59bd6cc964925bc3e2b9
parent 00f88a95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2869,7 +2869,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
     */
    @ViewDebug.ExportedProperty(mapping = {
        @ViewDebug.IntToString(from = PERSISTENT_NO_CACHE,        to = "NONE"),
        @ViewDebug.IntToString(from = PERSISTENT_ALL_CACHES,      to = "ANIMATION"),
        @ViewDebug.IntToString(from = PERSISTENT_ANIMATION_CACHE, to = "ANIMATION"),
        @ViewDebug.IntToString(from = PERSISTENT_SCROLLING_CACHE, to = "SCROLLING"),
        @ViewDebug.IntToString(from = PERSISTENT_ALL_CACHES,      to = "ALL")
    })