mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2025-10-03 17:59:41 +02:00
add initial support for NavStack
This commit is contained in:
parent
e9c20ac8b0
commit
7a6b5dd5b7
16 changed files with 267 additions and 81 deletions
|
@ -86,4 +86,9 @@ public class MainActivity extends ThemableActivity {
|
|||
return super.onOptionsItemSelected(item);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBackPressed() {
|
||||
//ignore back
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue