Skip to content

Commit

Permalink
fix openMF#1624 : Fixed App crashing on clicking on EditProfile button.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKumdale committed May 8, 2024
1 parent 3e0e3e9 commit cf62ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mifospay/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

<provider
android:name="androidx.core.content.FileProvider"
android:authorities="org.mifospay.provider"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
Expand Down

0 comments on commit cf62ac9

Please sign in to comment.