|
@@ -1312,7 +1312,7 @@ public class PagerActivity extends BaseNetworkActivity implements Listener.PlayL
|
|
|
super.onNetworkStatusChange(status);
|
|
|
Log.d(TAG, "onNetworkStatusChange:" + status);
|
|
|
changeStatusBar(status == 0);
|
|
|
- getChatPager().mStatusBar.setVisibility(status != 0 ? View.GONE : View.VISIBLE);
|
|
|
+ //getChatPager().mStatusBar.setVisibility(status != 0 ? View.GONE : View.VISIBLE);
|
|
|
getChatPager().mNetworkTower.setVisibility(status != 0 ? View.VISIBLE : View.INVISIBLE);
|
|
|
}
|
|
|
|