mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
stop notification toast
This commit is contained in:
parent
4a439f74eb
commit
ae058813e0
1 changed files with 1 additions and 5 deletions
|
|
@ -263,11 +263,7 @@ public final class Main extends BaseLanguageActivity {
|
|||
handler = new Handler();
|
||||
runnable = () -> {
|
||||
final GetActivityAsyncTask activityAsyncTask = new GetActivityAsyncTask(uid, cookie, result -> {
|
||||
if (result == null) {
|
||||
Toast.makeText(Main.this, R.string.downloader_unknown_error, Toast.LENGTH_SHORT).show();
|
||||
return;
|
||||
}
|
||||
if (notificationManager == null) {
|
||||
if (result == null || notificationManager == null) {
|
||||
return;
|
||||
}
|
||||
final List<String> list = new ArrayList<>();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue