mirror of https://github.com/M66B/FairEmail.git
Removed background toast
This commit is contained in:
parent
7c30c8e7d8
commit
fe8b88748f
|
@ -27,7 +27,6 @@ import android.content.Context;
|
|||
import android.content.Intent;
|
||||
import android.content.SharedPreferences;
|
||||
import android.os.Bundle;
|
||||
import android.widget.Toast;
|
||||
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.core.app.AlarmManagerCompat;
|
||||
|
@ -344,7 +343,6 @@ public class ServiceUI extends IntentService {
|
|||
}
|
||||
|
||||
ServiceSend.start(this);
|
||||
ToastEx.makeText(this, R.string.title_queued, Toast.LENGTH_LONG).show();
|
||||
}
|
||||
|
||||
private void onFlag(long id) {
|
||||
|
|
Loading…
Reference in New Issue