-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Conversation
…are_content # Conflicts: # feature/settings/build.gradle
@@ -224,4 +224,4 @@ | |||
</indentOptions> | |||
</codeStyleSettings> | |||
</code_scheme> | |||
</component> | |||
</component> |
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
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( |
There was a problem hiding this comment.
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() |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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() | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不要なので削除
- changed_room | ||
- ) | ||
- )) | ||
*/ |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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() { |
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
このクラスも削除
Issue
Overview (Required)
Links
Screenshot