mirror of
https://github.com/zoriya/Opus.git
synced 2025-12-05 22:16:17 +00:00
Solving the first transition bug of the channel details tab.
This commit is contained in:
@@ -431,6 +431,12 @@ namespace Opus
|
||||
SupportFragmentManager.PopBackStack(null, Android.Support.V4.App.FragmentManager.PopBackStackInclusive);
|
||||
}
|
||||
|
||||
if (ChannelDetails.instance != null)
|
||||
{
|
||||
SupportFragmentManager.BeginTransaction().Remove(ChannelDetails.instance).Commit();
|
||||
SupportFragmentManager.PopBackStack(null, Android.Support.V4.App.FragmentManager.PopBackStackInclusive);
|
||||
}
|
||||
|
||||
Fragment fragment = null;
|
||||
switch (layout)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user