Fix / devtools was not showing all json numbers

This commit is contained in:
Valere 2020-04-03 10:15:00 +02:00
parent 45c5626267
commit 6474735662
2 changed files with 2 additions and 3 deletions

View File

@ -368,7 +368,7 @@ dependencies {
implementation "androidx.emoji:emoji-appcompat:1.0.0"
implementation 'com.github.BillCarsonFr:JsonViewer:0.4'
implementation 'com.github.BillCarsonFr:JsonViewer:0.5'
// QR-code
// Stick to 3.3.3 because of https://github.com/zxing/zxing/issues/1170

View File

@ -195,8 +195,7 @@ class MainActivity : VectorBaseActivity() {
// We have a session.
// Check it can be opened
if (sessionHolder.getActiveSession().isOpenable) {
// DO NOT COMMIT
HomeActivity.newIntent(this, accountCreation = true)
HomeActivity.newIntent(this)
} else {
// The token is still invalid
SoftLogoutActivity.newIntent(this)