mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
4.7.3
This commit is contained in:
parent
be1c981374
commit
297cea8b3e
3 changed files with 3 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
NAME=4.7.1
|
||||
CODE=12481
|
||||
NAME=4.7.3
|
||||
CODE=12501
|
||||
Loading…
Reference in a new issue