// // Source code recreated from a .class file by IntelliJ IDEA // (powered by Fernflower decompiler) // package com.gesoftoa; import android.content.DialogInterface; import android.content.Intent; import android.content.DialogInterface.OnClickListener; import com.gesoftoa.LoginActivity; import com.gesoftoa.SettingActivity; import com.gesoftoa.common.DataUtils; class SettingActivity$1 implements OnClickListener { SettingActivity$1(SettingActivity this$0) { this.this$0 = this$0; } public void onClick(DialogInterface dialog, int which) { DataUtils.clearLoginUserInfo(SettingActivity.access$000(this.this$0)); this.this$0.startActivity(new Intent(SettingActivity.access$100(this.this$0), LoginActivity.class)); this.this$0.finish(); } }