mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-15 16:27:26 +00:00
wip: bumps debounce time
This commit is contained in:
parent
05785979e3
commit
99c31f4318
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ public class AlbumBottomSheetDialog extends BottomSheetDialogFragment implements
|
||||||
Log.e(TAG, "Error checking playback: " + e.getMessage());
|
Log.e(TAG, "Error checking playback: " + e.getMessage());
|
||||||
}
|
}
|
||||||
view.postDelayed(() -> dismissBottomSheet(), 200);
|
view.postDelayed(() -> dismissBottomSheet(), 200);
|
||||||
}, 300);
|
}, 1200);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue