Commit 2a43a1ed authored by Jonathan Almeida's avatar Jonathan Almeida
Browse files

Closes #4069: Update docs for newAccount param

parent c3a40397
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ interface AccountObserver {
    /**
     * Account was successfully authenticated.
     * @param account An authenticated instance of a [OAuthAccount].
     * @param newAccount True if this is a new account that was authenticated.
     * @param newAccount True if an account was just signed in.
     */
    fun onAuthenticated(account: OAuthAccount, newAccount: Boolean) = Unit