Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

提 issue 需知 #20

Open
getActivity opened this issue Mar 11, 2019 · 10 comments
Open

提 issue 需知 #20

getActivity opened this issue Mar 11, 2019 · 10 comments

Comments

@getActivity
Copy link
Owner

@getActivity getActivity commented Mar 11, 2019

Github沟通效率实在是很低下,大家伙有问题或者Bug直接到Q群78797078私信给我反馈就OK,我会尽快答复你的问题

@getActivity getActivity pinned this issue Mar 11, 2019
@zhulujiang
Copy link

@zhulujiang zhulujiang commented Sep 21, 2019

项目不错,希望SettingBar里面像qq那样能把红点加进去就完美了

@getActivity
Copy link
Owner Author

@getActivity getActivity commented Sep 21, 2019

你把 SettingBar 当做 FrameLayout 去用就可以了

@sfy666666
Copy link

@sfy666666 sfy666666 commented Dec 5, 2019

群怎么被禁言了,想问问题也问不了。。

@getActivity
Copy link
Owner Author

@getActivity getActivity commented Dec 5, 2019

私信我即可

@LittleStart-007
Copy link

@LittleStart-007 LittleStart-007 commented Jan 3, 2020

底部BottomNavigationView 长按会弹Toast

@getActivity
Copy link
Owner Author

@getActivity getActivity commented Jan 3, 2020

这个是 Google 写死的,没办法关闭

@outsis
Copy link

@outsis outsis commented Mar 21, 2020

嵌套太多层了,只想要一部分功能,却被迫引入全部的东西

@getActivity
Copy link
Owner Author

@getActivity getActivity commented Mar 21, 2020

多谢建议哈,你可以把自己需要那一部分复制到项目中

@SmallWinter
Copy link

@SmallWinter SmallWinter commented Mar 26, 2020

首先感谢大神辛劳!
提一个问题:InputDialog的方法(继承自BaseDialog):
public void onDismiss(BaseDialog dialog){
getSystemService(InputMethodManager.class).hideSoftInputFromWindow(this.getCurrentFocus().getWindowToken(), 0);
} 隐藏输入法不会生效(mInput.getCurrentWondowToken()一样)。

个人拙见:隐藏输入法必须在父类方法onDismiss()之前,不然dialog被销毁之后拿不到令牌,可能就会导致无法正确隐藏输入法。

@getActivity
Copy link
Owner Author

@getActivity getActivity commented Mar 26, 2020

多谢小伙子提醒,我纠正了一下,在 BaseDialog dismiss 之前先隐藏输入法。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
6 participants
You can’t perform that action at this time.