We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b4562 commit 214302dCopy full SHA for 214302d
1 file changed
app/src/main/java/org/akanework/gramophone/logic/utils/Flags.kt
@@ -33,7 +33,7 @@ object Flags {
33
const val REMOVE_IMAGE_PERMISSION = BuildConfig.IS_GOOGLEPLAY
34
35
// Before turning it on in prod we need i18n.
36
- const val FORMAT_INFO_DIALOG = false
+ const val FORMAT_INFO_DIALOG = true // TODO(ASAP)
37
38
// Before turning offload to true in prod we'd need a conflict resolution UI in case DPE is not
39
// offloadable and RG is turned on while user tries to turn on offload (and other way around).
0 commit comments