Skip to content

Repair crash on receiving a voice note message action

Flo Lee requested to merge repair-messageactions into master

When TELEports was opened and someone sent a voice note the app would crash as the message type was not recognized due to a typo. But instead of giving an unknown message type the code returned a null pointer, which was then later used in a condition and which crashed the app.

  • Repair the typo
  • Add code to create an message action type "unknown" to give a sensible text and not crash
Edited by Flo Lee

Merge request reports