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

Commit 76f5c2f4 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

chore: remove return statement useless

parent bbc3f19e
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -87,7 +87,6 @@ class ReLoginWithOidcActivity : AppCompatActivity() {
            Logger.log.info("Vincent: ($accountType) account added: $accountName")
        }
        finish()
        return
    }
}