Merge "Actually apply after no sims change." into mnc-dr-dev

This commit is contained in:
Jason Monk
2015-10-08 20:21:00 +00:00
committed by Android (Google) Code Review

View File

@@ -250,6 +250,7 @@ public class SignalClusterView
@Override
public void setNoSims(boolean show) {
mNoSimsVisible = show && !mBlockMobile;
apply();
}
@Override