This commit is contained in:
Phillip Thelen 2025-03-17 19:27:07 +01:00
parent be1c981374
commit 297cea8b3e
3 changed files with 3 additions and 8 deletions

View file

@ -237,11 +237,6 @@ open class MainActivity : BaseActivity(), SnackbarActivity {
return
} else {
Wearable.getCapabilityClient(this).addLocalCapability("provide_auth")
val intent = Intent(this, SetupActivity::class.java)
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP or Intent.FLAG_ACTIVITY_NEW_TASK)
startActivity(intent)
finish()
}
setupToolbar(binding.content.toolbar)

View file

@ -1,4 +1,4 @@
New in 4.7.2
New in 4.7.3
- Upgraded to the latest Google Sign In authentication standards
- Implemented full edge-to-edge display functionality on Android 11+ devices
- Fixed some issues where the text box in chat wasn't adjusting properly

View file

@ -1,2 +1,2 @@
NAME=4.7.1
CODE=12481
NAME=4.7.3
CODE=12501