mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 13:58:20 +03:00
Show/hide message
This commit is contained in:
parent
834d647011
commit
6c7204eae0
1 changed files with 5 additions and 0 deletions
|
@ -102,6 +102,8 @@ public class VideoItemListActivity extends AppCompatActivity
|
|||
} catch(Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
View bg = findViewById(R.id.mainBG);
|
||||
bg.setVisibility(View.GONE);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -200,6 +202,9 @@ public class VideoItemListActivity extends AppCompatActivity
|
|||
setContentView(R.layout.activity_videoitem_list);
|
||||
StreamingService streamingService = null;
|
||||
|
||||
View bg = findViewById(R.id.mainBG);
|
||||
bg.setVisibility(View.VISIBLE);
|
||||
|
||||
try {
|
||||
//------ todo: remove this line when multiservice support is implemented ------
|
||||
currentStreamingServiceId = ServiceList.getIdOfService("Youtube");
|
||||
|
|
Loading…
Add table
Reference in a new issue