mirror of
https://github.com/google/bumble.git
synced 2026-06-01 07:37:02 +00:00
fix typo
This commit is contained in:
+1
-1
@@ -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