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

Commit baf0369e authored by Matt Sziklay's avatar Matt Sziklay
Browse files

Add enable_desktop_indicator_in_separate_thread_bugfix flag.

Adding bugfix flag per discussion at https://googleplex-android-review.git.corp.google.com/c/platform/frameworks/base/+/30771569/comment/adfcedbc_2ae776ba/

Bug: 366413536
Test: m
Flag: EXEMPT, adding flag
Change-Id: Iaffcc6b9d176844727f540cb76d1e7c374774fc8
parent e7101f42
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -706,3 +706,13 @@ flag {
        purpose: PURPOSE_BUGFIX
        purpose: PURPOSE_BUGFIX
    }
    }
}
}

flag {
    name: "enable_desktop_indicator_in_separate_thread_bugfix"
    namespace: "lse_desktop_experience"
    description: "Enables running visual indicator view operations in ShellDesktopThread."
    bug: "366413536"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}