SysUI: Guard against NPE in SignalClusterView
It is possible for mSC to be nulled out before the Runnable posted in onStateChanged is run, which will cause an NPE when it does run. This patch adds a null check to avoid this scenario. Change-Id: Ief660ad97899785f83bdb49fb50c42bbf7416852 TICKET: CYNGNOS-1657
Loading
Please register or sign in to comment