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

Commit c6d9b7a3 authored by Shannon Chen's avatar Shannon Chen
Browse files

Remove accidentally added line from GameServiceProviderInstanceImpl.

This was a bad merge artifact from rebasing ag/16522354.

Change-Id: Iba5426831902651a048d20f20ab61ad93d71e9d7
Bug: 210127167
Test: manual
parent 5423a5a3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -330,7 +330,6 @@ final class GameServiceProviderInstanceImpl implements GameServiceProviderInstan
                    + ") is not awaiting game session request. Ignoring.");
            return;
        }
        mGameSessions.put(taskId, existingGameSessionRecord.withGameSessionRequested());

        GameSessionViewHostConfiguration gameSessionViewHostConfiguration =
                createViewHostConfigurationForTask(taskId);