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

Commit acc772be authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Revert "Ensure that CommandQueue is a singleton."

This reverts commit 50cb05b4.

Reason for revert: <INSERT REASONING HERE>

Change-Id: I2d7b483b0943668b14eec9775f3dd495bbdf10e3
parent 50cb05b4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ public class StatusBarDependenciesModule {
     * Provides our instance of CommandQueue which is considered optional.
     */
    @Provides
    @Singleton
    public CommandQueue provideCommandQueue(Context context) {
        return new CommandQueue(context);
    }