mirror of
https://github.com/tateisu/SubwayTooter
synced 2024-12-27 17:32:54 +01:00
remove reference to R.id.nav_add_trend_tag
This commit is contained in:
parent
b0719af5c6
commit
5fb7f1f0e6
@ -29,7 +29,7 @@
|
||||
</value>
|
||||
</option>
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
|
@ -1008,12 +1008,12 @@ class ActMain : AppCompatActivity()
|
||||
false,
|
||||
Column.TYPE_FOLLOW_REQUESTS
|
||||
)
|
||||
R.id.nav_add_trend_tag ->Action_Account.timeline(
|
||||
this,
|
||||
defaultInsertPosition,
|
||||
true,
|
||||
Column.TYPE_TREND_TAG
|
||||
)
|
||||
// R.id.nav_add_trend_tag ->Action_Account.timeline(
|
||||
// this,
|
||||
// defaultInsertPosition,
|
||||
// true,
|
||||
// Column.TYPE_TREND_TAG
|
||||
// )
|
||||
|
||||
// トゥート検索
|
||||
R.id.mastodon_search_portal -> addColumn(
|
||||
|
Loading…
Reference in New Issue
Block a user