Commit a103aa63 by Lee Jaebin

使用しないhelperクラス削除

parent 7d2275b9
package jp.agentec.abook.abv.cl.helper;
import android.content.Context;
import jp.agentec.abook.abv.launcher.android.ABVApplication;
import jp.agentec.abook.abv.launcher.android.ABVUIDataCache;
/**
* Created by jang on 2017/08/04.
*/
public class ABookHelper {
public static final ABVApplication getABVApplication(Context context) {
return (ABVApplication) context.getApplicationContext();
}
}
package jp.agentec.abook.abv.ui.home.helper;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import jp.agentec.abook.abv.bl.websocket.MeetingManager;
import jp.agentec.abook.abv.launcher.android.R;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment