progressIndicator wasn't always set invisible when expected
This commit is contained in:
parent
6901e4a08f
commit
854e2be3fd
|
@ -90,6 +90,8 @@ public class VideoplayerActivity extends MediaplayerActivity implements
|
|||
protected void postStatusMsg(int resId) {
|
||||
if (resId == R.string.player_preparing_msg) {
|
||||
progressIndicator.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
progressIndicator.setVisibility(View.INVISIBLE);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue