1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-02-05 13:17:43 +01:00

リファクタ

This commit is contained in:
tateisu 2019-03-14 03:11:11 +09:00
parent 9cc5ca3356
commit 008924f853
3 changed files with 2 additions and 3 deletions

View File

@ -39,7 +39,7 @@ object AppDataExporter {
private const val KEY_MUTED_APP = "muted_app" private const val KEY_MUTED_APP = "muted_app"
private const val KEY_MUTED_WORD = "muted_word" private const val KEY_MUTED_WORD = "muted_word"
private const val KEY_FAV_MUTE = "fav_mute" private const val KEY_FAV_MUTE = "fav_mute"
private const val KEY_CLIENT_INFO = "client_info2" // v3.4.5で廃止 private const val KEY_CLIENT_INFO = "client_info2"
private const val KEY_HIGHLIGHT_WORD = "highlight_word" private const val KEY_HIGHLIGHT_WORD = "highlight_word"
@Throws(IOException::class, JSONException::class) @Throws(IOException::class, JSONException::class)

View File

@ -2,7 +2,6 @@ package jp.juggler.subwaytooter.api
import android.content.Context import android.content.Context
import android.content.SharedPreferences import android.content.SharedPreferences
import android.net.Uri
import jp.juggler.subwaytooter.* import jp.juggler.subwaytooter.*
import jp.juggler.subwaytooter.api.entity.* import jp.juggler.subwaytooter.api.entity.*
import jp.juggler.subwaytooter.table.ClientInfo import jp.juggler.subwaytooter.table.ClientInfo

View File

@ -39,7 +39,7 @@ class PushSubscriptionHelper(
val flags : Int val flags : Int
var subscribed : Boolean = false private var subscribed : Boolean = false
init { init {
var n = 0 var n = 0