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

Commit d447b4c1 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou Committed by Android (Google) Code Review
Browse files

Merge "Disable app switch drop behaviour" into main

parents f95e758d 18a1d513
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -72,7 +72,8 @@ using android::os::InputEventInjectionResult;
using android::os::InputEventInjectionSync;
namespace input_flags = com::android::input::flags;

static const bool REMOVE_APP_SWITCH_DROPS = input_flags::remove_app_switch_drops();
// TODO(b/312714754): remove the corresponding code, as well.
static const bool REMOVE_APP_SWITCH_DROPS = true;

namespace android::inputdispatcher {