Disable draft save flash message, remove cache for gradle as it is causing issues with spotless

This commit is contained in:
M M Arif 2023-09-17 10:52:40 +05:00
parent 8ac7d808b1
commit b8a977f8af
2 changed files with 1 additions and 2 deletions

View File

@ -314,7 +314,7 @@ public class BottomSheetReplyFragment extends BottomSheetDialogFragment {
}
draftsHint.setVisibility(View.VISIBLE);
valueAnimator.start();
// valueAnimator.start();
}
}

View File

@ -12,7 +12,6 @@ android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.unsafe.configuration-cache=true
org.gradle.workers.max=12
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit