Skip to content

Conversation

@Nagarjuna0033
Copy link
Contributor

Fixes #MM-87

Before Current

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

val splashScreen = installSplashScreen()
super.onCreate(savedInstanceState)

FlowManager.init(this)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should initialize it Application class. Please try and check

.from(MifosNotification::class.java)
.queryList()
Collections.sort(notifications, NotificationComparator())
Log.d("Notifications@@@", notifications.toString())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Log as Gson().json(notifications)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@therajanmaurya Sir, I have implemented the changes. Could you please take a look?

@therajanmaurya therajanmaurya merged commit fd8a08d into openMF:development Dec 9, 2024
7 checks passed
Samriddhi743 pushed a commit to Samriddhi743/mifos-mobile that referenced this pull request Oct 3, 2025
* fix: notifications rendering issue

* init FlowManager in application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants