File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
auth/src/main/java/com/firebase/ui/auth/util/smartlock Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,7 @@ public void onCreate(Bundle savedInstance) {
82
82
new DialogInterface .OnCancelListener () {
83
83
@ Override
84
84
public void onCancel (DialogInterface dialogInterface ) {
85
- Log .w (TAG ,
86
- "playServices:dialog.onCancel()" );
85
+ Log .w (TAG , "playServices:dialog.onCancel()" );
87
86
finish (RESULT_CANCELED , new Intent ());
88
87
}
89
88
});
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public abstract class SmartLock<R extends Result> extends Fragment implements
15
15
GoogleApiClient .ConnectionCallbacks ,
16
16
ResultCallback <R >,
17
17
GoogleApiClient .OnConnectionFailedListener {
18
- private static final String TAG = "SmartLock " ;
18
+ private static final String TAG = "SmartLockBase " ;
19
19
20
20
@ Override
21
21
public void onConnectionSuspended (int i ) {
You can’t perform that action at this time.
0 commit comments