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

Neonankitifix #1

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Neonankitifix #1

wants to merge 21 commits into from

Conversation

karyu5b-yuki
Copy link
Owner

Issue

  • close #ISSUE_NUMBER

Overview (Required)

Links

Screenshot

Before After

@@ -224,4 +224,4 @@
</indentOptions>
</codeStyleSettings>
</code_scheme>
</component>
</component>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

削除

@@ -41,6 +41,7 @@ buildscript {
classpath Dep.GradlePlugin.licensesPlugin
classpath Dep.GradlePlugin.crashlytics
classpath Dep.GradlePlugin.iconRibbonPlugin
classpath 'com.android.tools.build:gradle:3.4.0-beta05'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これは不要なはず

@@ -18,7 +18,7 @@ import javax.inject.Inject
import javax.inject.Singleton

@Singleton
class SessionContentsStore @Inject constructor(
class SessionContentsStore @Inject constructor(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

へんな空白が入っている。formatする

private const val EVENT_HUSHTAG = "event_hashtag_key"
private const val ROOM_HUSHTAG = "room_hashtag_key"

fun newInstance() = SettingsFragment()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不要なので削除

}

@Inject lateinit var preferenceActionCreator: PreferenceActionCreator
@Inject lateinit var settingsStore: SettingsStore
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不要なので、削除


override fun onDestroy() {
super.onDestroy()
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不要なので削除

- changed_room
- )
- ))
*/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

全部消す

@@ -5,6 +5,10 @@
<item name="toolbarNavigationButtonStyle">@style/Widget.App.Toolbar.Button.Navigation</item>
</style>

<style name="SettingsTheme" parent="Theme.AppCompat.NoActionBar">
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
</style>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不要なので消す

class SettingsFragment : PreferenceFragmentCompat() {
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
setPreferencesFromResource(R.xml.preferences, rootKey)
class SettingsFragment : DaggerFragment() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fragmentにする

* Inject in [onActivityCreated].
* Because you can not get [Fragment.getViewLifecycleOwner] when [onAttach] timing
*/
open class DaggerFragment : Fragment(), HasSupportFragmentInjector {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

このクラスも削除

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

Successfully merging this pull request may close these issues.

2 participants