mirror of
https://github.com/zoriya/Opus.git
synced 2025-12-06 06:26:15 +00:00
Solved a navigation bug.
This commit is contained in:
@@ -647,6 +647,7 @@ namespace Opus
|
||||
{
|
||||
PlaylistTracks.instance.navigating = true;
|
||||
SupportFragmentManager.BeginTransaction().Remove(PlaylistTracks.instance).Commit();
|
||||
SupportFragmentManager.PopBackStack(null, Android.Support.V4.App.FragmentManager.PopBackStackInclusive);
|
||||
}
|
||||
|
||||
Fragment fragment = null;
|
||||
|
||||
Reference in New Issue
Block a user