Skip to content

Commit

Permalink
[UP] Fix command for air gapped setup
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Jan 24, 2024
1 parent 7e82fde commit 4e61ad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class UnifiedPushSettingsFragment : DSLSettingsFragment(R.string.NotificationsSe
private fun getServerParameters(state: UnifiedPushSettingsState): String {
val device = state.device ?: return getString(R.string.UnifiedPushSettingsFragment__no_device)
val endpoint = state.endpoint ?: return getString(R.string.UnifiedPushSettingsFragment__no_endpoint)
return "connection add ${device.uuid} ${device.deviceId} ${device.password} $endpoint websocket"
return "connection add ${device.uuid} ${device.deviceId} ${device.password} $endpoint"
}

private fun urlDialog(state: UnifiedPushSettingsState) {
Expand Down

0 comments on commit 4e61ad6

Please sign in to comment.