mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2025-10-03 17:59:41 +02:00
remove video item list plemp
This commit is contained in:
parent
2f2334eac4
commit
d6de11f54c
14 changed files with 84 additions and 1019 deletions
|
@ -49,7 +49,7 @@ public class MainActivity extends AppCompatActivity {
|
|||
|
||||
switch(id) {
|
||||
case android.R.id.home: {
|
||||
Intent intent = new Intent(this, VideoItemListActivity.class);
|
||||
Intent intent = new Intent(this, MainActivity.class);
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
||||
NavUtils.navigateUpTo(this, intent);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue