Solving the first transition bug of the channel details tab.

This commit is contained in:
Anonymus Raccoon
2019-06-25 02:05:08 +02:00
parent e376f53701
commit 3c09a297ab

View File

@@ -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)
{