mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-02-05 14:25:40 -06:00
crash fix
This commit is contained in:
@@ -273,6 +273,10 @@ public class DisplaySyncHelper implements UhdHelperListener {
|
||||
}
|
||||
|
||||
public boolean supportsDisplayModeChangeComplex() {
|
||||
if (mContext == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (mModeLength == -1) {
|
||||
Mode[] supportedModes = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user