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

Commit 559b3947 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

issue_5680_3.1: minor comment change

parent 2a5c17ea
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ class LoginSourceCleanApk @Inject constructor(
        if (user == User.UNAVAILABLE) {
            /*
             * UNAVAILABLE user means first login is not completed.
             * Hence send false.
             */
            return false
        }
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ class LoginSourceGPlay @Inject constructor(
        if (user == User.UNAVAILABLE) {
            /*
             * UNAVAILABLE user means first login is not completed.
             * Hence send false.
             */
            return false
        }