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

Commit 298ab122 authored by Chris Li's avatar Chris Li Committed by Android (Google) Code Review
Browse files

Merge "Add flag for cleanup on dispatchPendingTransactions RemoteException" into main

parents 6a648913 8e686c55
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -153,3 +153,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    namespace: "windowing_sdk"
    name: "cleanup_dispatch_pending_transactions_remote_exception"
    description: "Refactor to cleanup for RemoteException from dispatchPendingTransactions"
    bug: "323801078"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}