Skip to content

Commit

Permalink
Merge/release 7.77.1 into 7.78 (#3287)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Simpson <[email protected]>
Co-authored-by: Ashita Agrawal <[email protected]>
Co-authored-by: Philip Simpson <[email protected]>
  • Loading branch information
4 people authored Nov 26, 2024
1 parent 8cba3aa commit 005fac8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion metadata/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
* Updates
* Update profile header UI
([#3235](https://github.com/Automattic/pocket-casts-android/pull/3235))
* Deferred addition to UpNext post update after sync
* Deferred addition to UpNext post update after sync
([#3211](https://github.com/Automattic/pocket-casts-android/pull/312))

Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package au.com.shiftyjelly.pocketcasts.endofyear

import android.annotation.SuppressLint
import android.app.Activity
import android.content.Intent
import android.content.pm.ActivityInfo
import android.graphics.Color
import android.os.Bundle
import android.view.WindowManager
Expand Down Expand Up @@ -108,8 +106,6 @@ class StoriesActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
if (!isTablet) {
@SuppressLint("SourceLockedOrientationActivity")
requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT
enableEdgeToEdge(SystemBarStyle.light(Color.TRANSPARENT, Color.TRANSPARENT))
hideSystemBars()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ data class PlaybackState(
}

return PlaybackState(
state = state,
isBuffering = !episode.isDownloaded && state == State.PLAYING,
isPrepared = isPrepared,
isSleepTimerRunning = previousPlaybackState?.isSleepTimerRunning ?: false,
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=7.78-rc-1
versionCode=9287
versionCode=9288

0 comments on commit 005fac8

Please sign in to comment.