yash rathor
08/09/2025, 8:15 PMyousef shaaban
08/10/2025, 9:19 AMSlackbot
08/10/2025, 1:17 PMMau NG
08/11/2025, 7:19 AMEugene Maksymenko
08/12/2025, 10:08 AMTanmay Shree
08/12/2025, 4:06 PMcontext
parameter in the data block in fcm request but unable to get it in the MainActivity when I click on the notification.Slackbot
08/13/2025, 10:06 PMCan
08/14/2025, 12:15 PMBarry Fawthrop
08/16/2025, 6:20 PMOliver.O
08/20/2025, 9:08 PMazeddine
08/22/2025, 1:53 PMprasanna
08/25/2025, 8:29 AMSlackbot
08/27/2025, 7:07 PMprasanna
08/28/2025, 7:55 AMLEVELU
08/28/2025, 9:32 AMAdam Brown
08/31/2025, 6:35 AMJenis Sanghani
09/01/2025, 6:11 AMfalcon
09/01/2025, 9:12 AMBarry Fawthrop
09/02/2025, 12:33 PMSourav Kumar
09/02/2025, 2:31 PMin.dummy.android
. Java files compile with package in.dummy.android
, but Kotlin requires backticks with in keyword: `package in
.dummy.android`. After adding Spotless (ktlint), I get error ktlint(standard:package-name) Package name contains a disallowed character
.
What’s the best way to handle this ? Any recommendation for large code base ? I tried to find some rules to write in .editorconfig but did not find any .JunkEmail ForMe
09/04/2025, 9:30 AMtypealias LocationProviderClient = FusedLocationProviderClient
app/fdroid
typealias LocationProviderClient = LostApiClient
and then use LocationProviderClient directly in main
codeCiaran Sloan
09/04/2025, 2:08 PMprivate lateinit var scrollView: ScrollView
fun onCreateView(): View? {
val view = super.onCreateView()
if (view != null) {
scrollView = view.findViewById(R.id.scoll_view)
}
}
The crash happens at the assignment of findViewById, as the layout doesn't actually exist. We didn't notice this crash as it's in an abstraction and this property isn't actually accessed or read.
However since bumping to Kotlin 2.2 this crashes with an NPE - which is actually expected.
Does anyone know what might have changed in 2.2 that might have caused this? Or why we wouldn't have seen this prior to 2.2?Thierry Kh
09/04/2025, 11:17 PMprasanna
09/08/2025, 10:33 AMBillUploaded
, SelectParticipants
, SelectSplitMethod
, AssignItems
, SelectPayer
, ShowSummary
) but curious if there’s a more elegant solution you’ve used.
Any suggestions / best practices would be really helpful 🙏khushal dadwal
09/10/2025, 10:03 AMMuthu
09/16/2025, 11:29 AMBrais Gabin
09/16/2025, 2:03 PMHenzel
09/16/2025, 4:24 PMhari
09/17/2025, 6:17 AM