Add setting to enable sending buffering events #993
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ public class FileViewFragment extends BaseFragment implements
|
||||||
}
|
}
|
||||||
} else if (playbackState == Player.STATE_BUFFERING) {
|
} else if (playbackState == Player.STATE_BUFFERING) {
|
||||||
Context ctx = getContext();
|
Context ctx = getContext();
|
||||||
boolean sendBufferingEvents = false;
|
boolean sendBufferingEvents = true;
|
||||||
|
|
||||||
if (ctx != null) {
|
if (ctx != null) {
|
||||||
SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(ctx);
|
SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(ctx);
|
||||||
|
|
Loading…
Reference in a new issue