28 lines
		
	
	
		
			667 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			667 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| 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();
 | |
|         }
 | |
|     }
 | |
| }
 |