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

Commit 7686f27f authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Fix bug reference in flag config

Probably a copy-paste mistake.

Bug: b/185136506
Change-Id: Ia7dce93ea9ebfc9103ac9443d0f8f4d07f60c07b
Test: N/A. Fixed in Gantry manually as well as here.
parent 10274506
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -109,5 +109,5 @@ flag {
    name: "enable_null_session_in_media_browser_service"
    name: "enable_null_session_in_media_browser_service"
    namespace: "media_solutions"
    namespace: "media_solutions"
    description: "Enables apps owning a MediaBrowserService to disconnect all connected browsers."
    description: "Enables apps owning a MediaBrowserService to disconnect all connected browsers."
    bug: "263520343"
    bug: "185136506"
}
}