最近の検索
最近の検索はありません

Simon Bergeron
参加日2021年10月16日
·
前回のアクティビティ2021年10月22日
フォロー中
0
フォロワー
0
合計アクティビティ
5
投票
0
受信登録
2
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Simon Bergeron
Simon Bergeronさんが投稿を作成しました:
The add ticket button is not visible when I have no tickets.
I've got ZenDesk initialized and I'm using this to show the list of tickets
RequestListActivity.builder()
.withContactUsButtonVisible(true)
.show(requireActivity())
The screenshot is what shows up. I've managed to create a new ticket by randomly clicking on the screen which eventually brings up the create form. Once I have an item in the list then the create button is there.
I'm wondering if I'm not suppose to use the RequestListActivity if I don't have any tickets, or if this is a bug with the SDK? Or maybe I'm missing something with the setup.
投稿日時:2021年9月13日 · Simon Bergeron
0
フォロワー
2
投票
2
コメント
Simon Bergeronさんが投稿を作成しました:
The latests Android SDKs are still using the old support annotations library. I'd like to remove Jetifier when I build to improve build times. The ZenDesk SDKs are now the only libraries we use that haven't migrated everything to use the Android X apis instead of the old legacy support apis. If you guys could update your dependencies I would greatly appreciate it.
投稿日時:2021年9月13日 · Simon Bergeron
1
フォロワー
4
投票
3
コメント