/**
* Chat - Should the chat be able to be showed in landspace
* @param enableChat True if yes, false if no.
*/
public void setShowChatInLandscape(boolean enableChat) {
SharedPreferences.Editor editor = getEditor();
editor.putBoolean(this.CHAT_LANDSCAPE_SWIPABLE, enableChat);
editor.commit();
}
Settings.java 文件源码
java
阅读 32
收藏 0
点赞 0
评论 0
项目:Pocket-Plays-for-Twitch
作者:
评论列表
文章目录