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

Commit 6f3d272f authored by narinder Rana's avatar narinder Rana
Browse files

fix build

parent 3401f4a0
Loading
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ import com.fsck.k9.ui.permissions.K9PermissionUiHelper
import com.fsck.k9.ui.permissions.Permission
import com.fsck.k9.ui.permissions.PermissionUiHelper
import com.fsck.k9.view.ViewSwitcher
import .view.ViewSwitcher.OnSwitchCompleteListener
import com.fsck.k9.view.ViewSwitcher.OnSwitchCompleteListener
import com.google.android.material.snackbar.Snackbar
import com.mikepenz.materialdrawer.util.getOptimalDrawerWidth
import org.koin.android.ext.android.inject
@@ -77,7 +77,6 @@ import org.koin.androidx.viewmodel.ext.android.viewModel
import org.koin.core.component.KoinComponent
import org.koin.core.component.inject
import timber.log.Timber
import com.fsck.k9.activity.setup.GoogleAccountCreator;

/**
 * MessageList is the primary user interface for the program. This Activity shows a list of messages.
@@ -1657,9 +1656,8 @@ open class MessageList :
                }
                if (!accountIsSignedIn) {
                    Log.e("MessageList", "accountIsSignedIn "+accountIsSignedIn)

                    GoogleAccountCreator.createAccount(this, emailId, "asdf*1234@");
                   // EeloAccountCreator.createAccount(this, emailId, "")
                   // GoogleAccountCreator.createAccount(this, emailId)
                    EeloAccountCreator.createAccount(this, emailId, "")
                    accountWasAdded = true
                }
            }