Disable Grant Button for 1 seconds after popup display

This commit is contained in:
Fox2Code
2020-02-12 05:45:10 +00:00
committed by GitHub
parent 36897ceb19
commit 10eb159e1b
2 changed files with 7 additions and 1 deletions
@@ -141,6 +141,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:onClick="@{() -> viewModel.grantPressed()}"
android:enabled="@{viewModel.grantEnabled}"
android:text="@string/grant" />
</LinearLayout>