Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed app crashes when the floating button is clicked in the Group client #1942

Merged
merged 4 commits into from
Jun 9, 2023

Conversation

Aditya-gupta99
Copy link
Collaborator

Fixes #1941

Record_2023-04-11-19-46-32.mp4

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

  • Apply the MifosStyle.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.

@Aditya-gupta99
Copy link
Collaborator Author

@avinash14022002 Kindly review this PR.

(activity as MifosBaseActivity?)!!.replaceFragment(CreateNewClientFragment.newInstance(),
if(arguments == null)
{
(activity as MifosBaseActivity?)!!.replaceFragment(CreateNewClientFragment.newInstance(),
Copy link
Collaborator

Choose a reason for hiding this comment

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

please change with respect to null safety

Copy link
Collaborator

Choose a reason for hiding this comment

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

please change with respect to null safety

use null safety

@avivijay19 avivijay19 merged commit c3e6971 into openMF:master Jun 9, 2023
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.

App crashes when the floating button is clicked in the Group client
2 participants