Skip to content

Commit

Permalink
Remove "RPC" argument from screen streaming request (#964)
Browse files Browse the repository at this point in the history
**Background**

Right now we pass "RPC" argument to app load request for screen
streaming

**Changes**

- Remove "RPC" argument

**Test plan**

Try launch app via "Open" button in faphub
  • Loading branch information
LionZXY authored Oct 9, 2024
1 parent 76c6932 commit 989bb69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Attention: don't forget to add the flag for F-Droid before release
- [FIX] Fix crash when saving files on remote controls
- [FIX] Replace /any/ to /ext/, because /any/ is deprecated
- [FIX] Remove share from remote controls
- [FIX] Remove "RPC" argument from screen streaming request
- [CI] Fix merge-queue files diff
- [CI] Add https:/LionZXY/detekt-decompose-rule
- [CI] Enabling detekt module for android and kmp modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class OpenFapHelperImpl @Inject constructor(
main {
appStartRequest = startRequest {
name = path
args = Constants.RPC_START_REQUEST_ARG
}
}.wrapToRequest(FlipperRequestPriority.FOREGROUND)
)
Expand Down

0 comments on commit 989bb69

Please sign in to comment.