Skip to content

Commit

Permalink
#23 : SocketApplication 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seunggyu97 committed Mar 3, 2023
1 parent 3862f8d commit 0db559e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ package com.seunggyu.stitch

import android.app.Application
import android.content.Context
import android.util.Log
import com.kakao.sdk.common.KakaoSdk

class SocketApplication : Application() {
class GlobalApplication : Application() {
companion object {
var appContext : Context? = null
}
Expand Down

0 comments on commit 0db559e

Please sign in to comment.