Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-02-20 18:46:00 +01:00
parent 517e74820f
commit d7b2aa5b2d

View File

@ -680,6 +680,5 @@ public class ContactsController extends BaseController implements SearchView.OnQ
bottomSheet.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
bottomSheet.show();
bottomSheet.findViewById(R.id.extended_edit_text).invalidate();
}
}