Skip to content    
 
      
          
 
 
       Code                       Issues         0                       Pull requests       0                    Projects       0            Wiki        Insights            Settings
Permalink    
Browse files    

发现一个有趣的bug    

想想看为什么
    
totooaoo34  committed  3 minutes ago               
        1 parent                     085625d              commit 1be6932ae040d21f55fb3f156f11cf7923c4291d    
 
 
                                                               
Select a reply               ctrl .            
 
            
                  
    

Nothing to preview

 
          
        
      
    Showing         with     3 additions    and 3 deletions.  
  1.             +3                      −3                                                      app/src/main/java/com/totoo/TouhouMassLight/FullscreenActivity.java    
                    View           
       @@ -74,7 +74,6 @@
              private int NewMagicListSize = 72;  
              protected int _pixiv;  
              private boolean ExitGame = false;  
         -    Runnable thread;  
              Thread game;  
           
              @Override  
       @@ -83,8 +82,9 @@ protected void onCreate(Bundle savedInstanceState) {
                  requestWindowFeature(Window.FEATURE_NO_TITLE);  
                  getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);  
                  // ȫ���ö�  
         -        prepare(0);  
         -        game = new Thread(thread);  
         +        prepare(0);      
         +        Runnable thread;  
         +        game = new Thread(thread);//这里有一处bug,想想是为什么  
                  thread = new GameThread();  
                  game.start();  
              }  
       
                                                                                              
    

Lock conversation on this commit

Locking the conversation means:

  • Other users can’t add new comments to this commit.
  •               You and other collaborators               with access              to this repository can still leave comments that others can see.            

You can always unlock this commit again in the future.

  

    0 comments    on commit 1be6932  

  
 
github上的文件比对    
      
                       
  
  
  
Select a reply               ctrl .            
 
            
               
    

Nothing to preview

 
            
  
                       
  

You’re not receiving notifications from this thread.

         You can't perform that action at this time.  

    
        
                  

     You signed in with another tab or window. Reload to refresh your session.     You signed out in another tab or window. Reload to refresh your session.  
 
  

相关文章:

  • 2021-10-08
  • 2021-10-12
猜你喜欢
  • 2021-10-19
  • 2022-12-23
  • 2021-12-26
  • 2021-07-25
  • 2022-01-20
  • 2021-09-27
相关资源
相似解决方案