Fix typo in SliderPanel.java (#1518)

hte -> the
This commit is contained in:
Ikko Eltociear Ashimine
2023-09-14 23:26:21 +09:00
committed by GitHub
parent 1292a8b40a
commit 4cdf12b664

View File

@ -389,7 +389,7 @@ public class SliderPanel extends FrameLayout {
/**
* The drag helper callbacks for dragging the slidr attachment from the bottom of hte screen
* The drag helper callbacks for dragging the slidr attachment from the bottom of the screen
*/
private final ViewDragHelper.Callback bottomCallback = new ViewDragHelper.Callback() {
@Override