Done
Details
Assignee
Hekmatullah AminHekmatullah AminReporter
Banda NagarjunaBanda NagarjunaLabels
Priority
Minor
Details
Details
Assignee
Hekmatullah Amin
Hekmatullah AminReporter
Banda Nagarjuna
Banda NagarjunaLabels
Priority
More fields
More fields
More fields
Created November 30, 2024 at 8:01 AM
Updated January 28, 2025 at 4:56 PM
Resolved January 28, 2025 at 4:56 PM
Now app doesn’t crash after clicking Mifos Initiative License
The error occurs because
OssLicensesMenuActivity
and OssLicensesActivity requires aTheme.AppCompat
or one of its descendants to function properly. However, no theme was explicitly specified for this activities. By addingandroid:theme="@style/Theme.AppCompat.DayNight"
to the activity declaration, I explicitly set a compatible theme for these activities in the Manifest.xml file, ensuring it can create the required components without errors. This resolves the issue.And also, in the "About Us" screen, I fixed the inconsistency of icon colours (website, source code) that were different from the other icons.
before
after
and also i fixed the About Us Screen. Previous when we were in dark mode we could not see the Header section text and the background was white. but now after putting all those inside the Surface block it will automatically manage the background in light and dark theme.
before
after