mirror of
https://github.com/tateisu/SubwayTooter
synced 2025-01-27 09:11:23 +01:00
リファクタ
This commit is contained in:
parent
9cc5ca3356
commit
008924f853
@ -39,7 +39,7 @@ object AppDataExporter {
|
||||
private const val KEY_MUTED_APP = "muted_app"
|
||||
private const val KEY_MUTED_WORD = "muted_word"
|
||||
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"
|
||||
|
||||
@Throws(IOException::class, JSONException::class)
|
||||
|
@ -2,7 +2,6 @@ package jp.juggler.subwaytooter.api
|
||||
|
||||
import android.content.Context
|
||||
import android.content.SharedPreferences
|
||||
import android.net.Uri
|
||||
import jp.juggler.subwaytooter.*
|
||||
import jp.juggler.subwaytooter.api.entity.*
|
||||
import jp.juggler.subwaytooter.table.ClientInfo
|
||||
|
@ -39,7 +39,7 @@ class PushSubscriptionHelper(
|
||||
|
||||
val flags : Int
|
||||
|
||||
var subscribed : Boolean = false
|
||||
private var subscribed : Boolean = false
|
||||
|
||||
init {
|
||||
var n = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user