mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-05-06 12:59:27 -05:00
improve ui hide timeout
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ import java.util.List;
|
||||
|
||||
public class PlayerUiManager extends PlayerEventListenerHelper implements MetadataListener, ErrorListener {
|
||||
private static final String TAG = PlayerUiManager.class.getSimpleName();
|
||||
private static final long UI_AUTO_HIDE_TIMEOUT_MS = 2_000;
|
||||
private static final long UI_AUTO_HIDE_TIMEOUT_MS = 3_000;
|
||||
private static final long SUGGESTIONS_RESET_TIMEOUT_MS = 500;
|
||||
private final Handler mHandler;
|
||||
private final MediaItemManager mMediaItemManager;
|
||||
|
||||
Reference in New Issue
Block a user