sreichholf / dreamDroid

DreamDroid is an open-source enigma2 client for android based devices.
https://dreamdroid.org
GNU General Public License v3.0
107 stars 43 forks source link

Changed config settings are not observed properly #1

Closed sreichholf closed 13 years ago

sreichholf commented 13 years ago

When changing the Configuration and then trying to e.g. a Message to the box, the config-changes are not taken into account.

This Problem is caused by the fact, that MainActivity is most likeley not recreated when returning fromt he Config Activity. mShc needs to be refreshed when config has been changed.