openMF / android-client

An android client for the MifosX platform
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
199 stars 585 forks source link

Inconsistent Fragment Behaviour #800

Open AkshGautam opened 6 years ago

AkshGautam commented 6 years ago

Summary:

The Fragment transaction is inconsistent

Steps to reproduce:

1)Run the app 2)Select Clients from side menu 3)Select a client 4)Select Documents from menu bar. 5)Upload a document

Expected behavior:

The screen which says "there is no document to show" should dissapear after uploading the document

Observed behavior:

The screen stays even after document upload until preivous activity come to foreground.The same behaviour can be observed for other activities like Groups as well and can be reproduced by reverse steps as well that is removing the attached documents.

Device and Android version:

Android 5.0.2,API 21

Screenshots:

20180119_230058

AkshGautam commented 6 years ago

@therajanmaurya may i work on this?