Skip to content

Commit 3482993

Browse files
cypheropmaskaravivek
authored andcommitted
fixed Toggling of top card expand button issue(commons-app#2363) (commons-app#2364)
* fixed Toggling of top card expand button issue(commons-app#2363) * removed debugging code
1 parent 67c5d20 commit 3482993

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/fr/free/nrw/commons/upload/DescriptionsAdapter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ public void init(int position) {
147147
descItemEditText.setOnFocusChangeListener((v, hasFocus) -> {
148148
if (!hasFocus) {
149149
ViewUtil.hideKeyboard(v);
150-
} else {
151-
uploadView.setTopCardState(false);
152150
}
153151
});
154152

0 commit comments

Comments
 (0)