mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-19 04:38:44 +03:00
Fix / devtools was not showing all json numbers
This commit is contained in:
parent
45c5626267
commit
6474735662
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue