[FrontPort #429] Dismiss bottom sheet on subscribe/unsubscribe to issue & Fix (#428)

Merge branch 'master' into 427-dismiss-bottom-sheet

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.

Co-authored-by: 6543 <6543@noreply.gitea.io>
Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/428
Reviewed-by: 6543 <6543@noreply.gitea.io>
This commit is contained in:
M M Arif
2020-04-18 14:29:42 +00:00
parent 01e451556e
commit af6cbfdb66
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"