application Crashing on clicking Mifos Initiative License: MPL-2.0

Description

Now app doesn’t crash after clicking Mifos Initiative License
The error occurs because OssLicensesMenuActivity  and OssLicensesActivity requires a Theme.AppCompat or one of its descendants to function properly. However, no theme was explicitly specified for this activities. By adding android: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

Attachments

7

Activity

Show:

Hekmatullah Amin January 16, 2025 at 4:49 PM

the ticket for was already created. I just added some screeshots.

Hekmatullah Amin January 7, 2025 at 8:54 AM

, yes, I did. but the build were failing and I cancelled the PR. And right now I think they don’t accept pull request other than migration to KMP. So, if you wanna delete it just asked Mr Niyaj or Rajan

revanth kumar January 7, 2025 at 5:37 AM

have you raised a PR on this?

Inzemamul Haq December 1, 2024 at 4:58 PM

✅ I'm on it

Done

Details

Assignee

Reporter

Labels

Priority

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