Commit 43cef5d
Fix port input crash: default port to 7147, use LostFocus binding
Changed default port from 5000 to 7147. Changed TextBox bindings
to UpdateSourceTrigger=LostFocus to prevent per-keystroke binding
updates that could crash on Android.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0c51407 commit 43cef5d
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- src
- RequestTracker.Android/Views
- RequestTracker.Core/ViewModels
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments