Initial commit
This commit is contained in:
27
sources/com/tencent/mm/opensdk/diffdev/a/c.java
Normal file
27
sources/com/tencent/mm/opensdk/diffdev/a/c.java
Normal file
@@ -0,0 +1,27 @@
|
||||
package com.tencent.mm.opensdk.diffdev.a;
|
||||
|
||||
import com.tencent.mm.opensdk.diffdev.OAuthListener;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
final class c implements Runnable {
|
||||
final /* synthetic */ b ac;
|
||||
|
||||
c(b bVar) {
|
||||
this.ac = bVar;
|
||||
}
|
||||
|
||||
@Override // java.lang.Runnable
|
||||
public final void run() {
|
||||
List list;
|
||||
ArrayList arrayList = new ArrayList();
|
||||
list = this.ac.ab.Y;
|
||||
arrayList.addAll(list);
|
||||
Iterator it = arrayList.iterator();
|
||||
while (it.hasNext()) {
|
||||
((OAuthListener) it.next()).onQrcodeScanned();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user