Fix UxrTextView not updating the displayed text restrictions change.

Test: manual with adb commands below (passing a hard coded long string)

Enable driving mode:
adb shell dumpsys activity service com.android.car inject-vhal-event 0x11400400 8 && adb shell dumpsys activity service com.android.car inject-vhal-event 0x11600207 30

Disable driving mode:
adb shell dumpsys activity service com.android.car inject-vhal-event 0x11400400 8 && adb shell dumpsys activity service com.android.car inject-vhal-event 0x11600207 0

Fixes: 131181958
Change-Id: I7fb06913cac3988c0dee7181b59ca442409a09cb
2 files changed