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

Commit 95b55116 authored by Fengjiang Li's avatar Fengjiang Li Committed by Android (Google) Code Review
Browse files

Merge "Fix a bug where `PURPOSE_BUGFIX` was added to wrong flag" into main

parents 0ff94e63 ea67949e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -90,9 +90,6 @@ flag {
    namespace: "launcher"
    description: "Enables full width two pane widget picker for tablets in landscape and portrait"
    bug: "315055849"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
@@ -178,6 +175,9 @@ flag {
  namespace: "launcher"
  description: "When adding app widget through config activity, directly add it to workspace to reduce flicker"
  bug: "284236964"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {