mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Defer new message notification when calling
This commit is contained in:
@@ -468,6 +468,9 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
|
||||
}
|
||||
});
|
||||
|
||||
swNotifySuppressInCall.setVisibility(
|
||||
Build.VERSION.SDK_INT < Build.VERSION_CODES.S
|
||||
? View.GONE : View.VISIBLE);
|
||||
swNotifySuppressInCall.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
|
||||
Reference in New Issue
Block a user