mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-06 10:12:59 +00:00
Show/hide message
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user