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

Commit c36d6eef authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Temporarily disabling model preloading

Bug: 73399920
Change-Id: Ia4a93c77a3209c6a9b2baae02a3ee3d6abb693d4
parent 1672549d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -156,7 +156,8 @@ public class TouchInteractionService extends Service {
        mEventQueue = new MotionEventQueue(Choreographer.getInstance(), mNoOpTouchConsumer);
        sConnected = true;

        new ModelPreload().start(this);
        // Temporarily disable model preload
        // new ModelPreload().start(this);
        initBackgroundChoreographer();
    }