Loading samples/firefox-accounts/src/main/java/org/mozilla/samples/fxa/LoginFragment.kt +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ class LoginFragment : Fragment() { if (context is OnLoginCompleteListener) { listener = context } else { throw IllegalStateException(context.toString() + " must implement OnLoginCompleteListener") throw IllegalStateException("$context must implement OnLoginCompleteListener") } } Loading samples/sync-logins/src/main/java/org/mozilla/samples/sync/logins/LoginFragment.kt +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ class LoginFragment : Fragment() { if (context is OnLoginCompleteListener) { listener = context } else { throw IllegalStateException(context.toString() + " must implement OnLoginCompleteListener") throw IllegalStateException("$context must implement OnLoginCompleteListener") } } Loading samples/sync/src/main/java/org/mozilla/samples/sync/LoginFragment.kt +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ class LoginFragment : Fragment() { if (context is OnLoginCompleteListener) { listener = context } else { throw IllegalStateException(context.toString() + " must implement OnLoginCompleteListener") throw IllegalStateException("$context must implement OnLoginCompleteListener") } } Loading Loading
samples/firefox-accounts/src/main/java/org/mozilla/samples/fxa/LoginFragment.kt +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ class LoginFragment : Fragment() { if (context is OnLoginCompleteListener) { listener = context } else { throw IllegalStateException(context.toString() + " must implement OnLoginCompleteListener") throw IllegalStateException("$context must implement OnLoginCompleteListener") } } Loading
samples/sync-logins/src/main/java/org/mozilla/samples/sync/logins/LoginFragment.kt +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ class LoginFragment : Fragment() { if (context is OnLoginCompleteListener) { listener = context } else { throw IllegalStateException(context.toString() + " must implement OnLoginCompleteListener") throw IllegalStateException("$context must implement OnLoginCompleteListener") } } Loading
samples/sync/src/main/java/org/mozilla/samples/sync/LoginFragment.kt +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ class LoginFragment : Fragment() { if (context is OnLoginCompleteListener) { listener = context } else { throw IllegalStateException(context.toString() + " must implement OnLoginCompleteListener") throw IllegalStateException("$context must implement OnLoginCompleteListener") } } Loading