Skip to content

Commit

Permalink
Merge pull request #257 from sangcomz/feature/issue_#253
Browse files Browse the repository at this point in the history
Fixed #253, #234 issue
  • Loading branch information
sangcomz authored Dec 15, 2022
2 parents c4ec2a2 + de4b060 commit 8c15eeb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ class DetailImageActivity : BaseActivity(), DetailImageContract.View, OnPageChan

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
window.requestFeature(Window.FEATURE_CONTENT_TRANSITIONS)
}
setContentView(R.layout.activity_detail_activity)
initView()

Expand Down

0 comments on commit 8c15eeb

Please sign in to comment.