mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
fix typo
This commit is contained in:
@@ -113,7 +113,7 @@ class MainActivity : ComponentActivity() {
|
||||
|
||||
val tcpPort = intent.getIntExtra("port", -1)
|
||||
if (tcpPort >= 0) {
|
||||
appViewModel.tcpPort = tcpPport
|
||||
appViewModel.tcpPort = tcpPort
|
||||
}
|
||||
|
||||
setContent {
|
||||
|
||||
Reference in New Issue
Block a user