Loading app/src/main/res/layouts/peertube/layout/activity_main_peertube.xml +1 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,7 @@ android:id="@+id/nav_view" android:layout_width="match_parent" android:layout_height="wrap_content" app:labelVisibilityMode="unlabeled" android:layout_marginStart="0dp" android:layout_marginEnd="0dp" app:layout_constraintBottom_toBottomOf="parent" Loading app/src/playstore/java/app/fedilab/android/activities/BasePeertubeActivity.java +8 −4 Original line number Diff line number Diff line Loading @@ -158,15 +158,19 @@ public class BasePeertubeActivity extends BaseBarActivity { @Override protected void onResume() { if (mCastContext != null) { mCastContext.getSessionManager().addSessionManagerListener( mSessionManagerListener, CastSession.class); } super.onResume(); } @Override protected void onPause() { if (mCastContext != null) { mCastContext.getSessionManager().removeSessionManagerListener( mSessionManagerListener, CastSession.class); } super.onPause(); } Loading Loading
app/src/main/res/layouts/peertube/layout/activity_main_peertube.xml +1 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,7 @@ android:id="@+id/nav_view" android:layout_width="match_parent" android:layout_height="wrap_content" app:labelVisibilityMode="unlabeled" android:layout_marginStart="0dp" android:layout_marginEnd="0dp" app:layout_constraintBottom_toBottomOf="parent" Loading
app/src/playstore/java/app/fedilab/android/activities/BasePeertubeActivity.java +8 −4 Original line number Diff line number Diff line Loading @@ -158,15 +158,19 @@ public class BasePeertubeActivity extends BaseBarActivity { @Override protected void onResume() { if (mCastContext != null) { mCastContext.getSessionManager().addSessionManagerListener( mSessionManagerListener, CastSession.class); } super.onResume(); } @Override protected void onPause() { if (mCastContext != null) { mCastContext.getSessionManager().removeSessionManagerListener( mSessionManagerListener, CastSession.class); } super.onPause(); } Loading