Crash when setting config_showOperatorNameInStatusBar as true
When typecasting customized textview into OperatorNameView
ClassCastException occurs. This is due to both viewStub
and Textview present inside viewStub having same id.
While typecasting, instead of child OperatorNameView,
parent viewStub is been used.
Hence fixing this issue by fetching the OperatorNameView
from viewstub.
In addition, changing the ViewStub name into "operator_name_stub"
in both xml and java files.
Issue: FP3-A13#48
Test: Manual
Bug: TBD
Change-Id: Idf7c94a5a3e9e5ad637bef3d3031fa4ae65af710
(cherry picked from commit b4ac9dd5d7139a2dac8a923bff68ee8c334c9a07)
2 files changed