Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created January 20, 2022 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/9f6da3b697de36100b7960c81173c38a to your computer and use it in GitHub Desktop.
Save skydoves/9f6da3b697de36100b7960c81173c38a to your computer and use it in GitHub Desktop.
window_book_mode
// Copyright 2022 Google LLC.
// SPDX-License-Identifier: Apache-2.0
private fun isBookMode(foldFeature: FoldingFeature) =
foldFeature.state == FoldingFeature.State.HALF_OPENED &&
foldFeature.orientation == FoldingFeature.Orientation.VERTICAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment