mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Small improvement
This commit is contained in:
@@ -45,6 +45,7 @@ import android.widget.CompoundButton;
|
||||
import android.widget.ImageButton;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.TextView;
|
||||
import android.widget.Toast;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
||||
@@ -239,6 +240,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
|
||||
@RequiresApi(api = Build.VERSION_CODES.O)
|
||||
protected void onExecuted(Bundle args, Void data) {
|
||||
NotificationHelper.clear(getContext());
|
||||
ToastEx.makeText(getContext(), R.string.title_completed, Toast.LENGTH_LONG).show();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user