Restore the premiume SMS Preference.
Fixes: 27657256 Change-Id: I396eb9ba71f51fed517d7f958873369bc0ab011e
This commit is contained in:
@@ -36,6 +36,20 @@ public class DividerPreference extends Preference {
|
||||
}
|
||||
}
|
||||
|
||||
public DividerPreference(Context context) {
|
||||
this(context, null);
|
||||
}
|
||||
|
||||
public void setDividerAllowedAbove(boolean allowed) {
|
||||
mAllowAbove = allowed;
|
||||
notifyChanged();
|
||||
}
|
||||
|
||||
public void setDividerAllowedBelow(boolean allowed) {
|
||||
mAllowBelow = allowed;
|
||||
notifyChanged();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBindViewHolder(PreferenceViewHolder holder) {
|
||||
super.onBindViewHolder(holder);
|
||||
|
Reference in New Issue
Block a user