#427 Dismiss bottom sheet on subscribe/unsubscribe to issue & Fix (#429)

Dismiss bottom sheet on subscribe/unsubscribe to issue: Does not really fix the issue as there is way to handle this without a proper call.
And dismiss does not work properly either.

But added few improvements and fixed close/reopen issue along the way.

Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/429
Reviewed-by: 6543 <6543@noreply.gitea.io>
This commit is contained in:
M M Arif
2020-04-18 14:21:48 +00:00
committed by 6543
parent c3f4cbb186
commit c2b316446c
4 changed files with 40 additions and 35 deletions

View File

@ -88,7 +88,8 @@
android:drawablePadding="24dp"
android:textColor="?attr/primaryTextColor"
android:textSize="16sp"
android:padding="16dp" />
android:padding="16dp"
android:visibility="gone" />
<TextView
android:id="@+id/unsubscribeIssue"