projectbuendia / client

Android client app
Apache License 2.0
38 stars 23 forks source link

Crash -> Observation after Copy / Pasting Data #364

Open saratheneale opened 5 years ago

saratheneale commented 5 years ago

App version: (the number after "Buendia" on the starting screen) Screen or dialog:

Steps to replicate the problem

Could not reproduce reliably. But we have a log from the crash.

  1. New Observation. Fill some of it out.
  2. Switch applications to search for something online.
  3. Come back.
  4. Fill out.
  5. Switch apps back and copy text.
  6. Switch back to form.
  7. Paste in Notes.
  8. Hit Save. CRASH

Actual behaviour

CRASH

Expected behaviour

Expected the form to save. Log attached!

copypastesave.txt

zestyping commented 5 years ago

According to the log, PatientChartActivity.onActivityResult is attempting to invoke mController.onXFormResult(...) but mController is null.