mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-01-23 19:34:53 +03:00
Revert "Switch to Now Playing when selecting media"
This reverts commit 687f64c115
.
This commit is contained in:
parent
9e57cf1433
commit
5e34f2d8e9
@ -266,8 +266,6 @@ public class SubsonicFragmentActivity extends SubsonicActivity implements Downlo
|
||||
SearchFragment fragment = new SearchFragment();
|
||||
replaceFragment(fragment, fragment.getSupportTag());
|
||||
}
|
||||
} else if (intent.getBooleanExtra(Constants.INTENT_EXTRA_NAME_DOWNLOAD, false)) {
|
||||
openNowPlaying();
|
||||
} else {
|
||||
setIntent(intent);
|
||||
}
|
||||
@ -276,10 +274,6 @@ public class SubsonicFragmentActivity extends SubsonicActivity implements Downlo
|
||||
}
|
||||
}
|
||||
|
||||
public void openNowPlaying() {
|
||||
startFragmentActivity("Now Playing");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
|
Loading…
Reference in New Issue
Block a user