Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f63b3fa authored by narinder Rana's avatar narinder Rana
Browse files

logs for debuging

parent 8e063839
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ import android.content.res.Configuration
import android.graphics.Color
import android.os.Bundle
import android.os.Parcelable
import android.util.Log
import android.util.TypedValue
import android.view.KeyEvent
import android.view.Menu
@@ -41,7 +42,6 @@ import com.fsck.k9.controller.MessageReference
import com.fsck.k9.fragment.MessageListFragment
import com.fsck.k9.fragment.MessageListFragment.MessageListFragmentListener
import com.fsck.k9.helper.Contacts
import com.fsck.k9.helper.EmailHelper
import com.fsck.k9.helper.ParcelableUtil
import com.fsck.k9.mailstore.SearchStatusManager
import com.fsck.k9.mailstore.StorageManager
@@ -1640,6 +1640,7 @@ open class MessageList :
                    accountWasAdded = true
                }
            }
            Log.e("MessageList", "Google account size "+googleAccounts.size)
            for (googleAccount in googleAccounts) {
                val emailId: String = accountManager.getUserData(googleAccount, ACCOUNT_EMAIL_ADDRESS_KEY)
                var accountIsSignedIn = false
@@ -1654,6 +1655,7 @@ open class MessageList :
                    }
                }
                if (!accountIsSignedIn) {
                    Log.e("MessageList", "accountIsSignedIn "+accountIsSignedIn)
                   // GoogleAccountCreator.createAccount(this, emailId)
                    EeloAccountCreator.createAccount(this, emailId, "")
                    accountWasAdded = true