mirror of
https://github.com/tateisu/SubwayTooter
synced 2024-12-25 00:21:26 +01:00
微調整と翻訳の追加
This commit is contained in:
parent
92fa93fedd
commit
d6e2cefbc5
@ -37,7 +37,7 @@
|
||||
<ConfirmationsSetting value="0" id="Add" />
|
||||
<ConfirmationsSetting value="0" id="Remove" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
|
@ -501,7 +501,7 @@ public class ActPost extends AppCompatActivity implements View.OnClickListener {
|
||||
String s = src.substring( start, end );
|
||||
ArrayList< String > acct_list = AcctSet.searchPrefix( s, limit );
|
||||
log.d( "search for %s, result=%d", s, acct_list.size() );
|
||||
if( acct_list.isEmpty() || acct_list.size() >= limit ){
|
||||
if( acct_list.isEmpty() ){
|
||||
closeAcctPopup();
|
||||
return;
|
||||
}
|
||||
|
@ -205,5 +205,6 @@
|
||||
<string name="notification_option">notification option</string>
|
||||
<string name="sound">sound</string>
|
||||
<string name="vibration">vibration</string>
|
||||
<string name="close">Close</string>
|
||||
|
||||
</resources>
|
||||
|
@ -201,4 +201,5 @@
|
||||
<string name="notification_option">通知オプション</string>
|
||||
<string name="sound">音</string>
|
||||
<string name="vibration">振動</string>
|
||||
<string name="close">閉じる</string>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user