github上的文件比对

时间:2021-03-08 00:30:42
Skip to content
 
      

This repository                    

Sign out

 
 
  • Watch           0
    Notifications            
                         Not watchingBe notified when participating or @mentioned.                      Watch                                       
                         WatchingBe notified of all conversations.                        Unwatch                                       
                         IgnoringNever be notified.                        Stop ignoring                                       
  • Unstar                0

    Star                0

  • Fork             0

totooaoo34/MassLightAS

Code       Issues         0       Pull requests       0       Projects       0     Wiki   Insights     Settings

Permalink
Browse files

发现一个有趣的bug

想想看为什么
github上的文件比对  
totooaoo34  committed  3 minutes ago
          Verified
              
                  This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.              
GPG key ID: 4AEE18F83AFDEB23Learn about signing commits            
        1 parent                     085625d              commit 1be6932ae040d21f55fb3f156f11cf7923c4291d    
 
 
            Header                       Header                       Header          
              
                
Select a reply               ctrl .            
 
            

Write         Preview

    There was an error creating your Commit.
     Leave a comment

Attach files by dragging & dropping or         selecting them.          github上的文件比对 Uploading your files…          We don’t support that file type.       Try again with a        GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP.                       Attaching documents requires write permission to this repository.       Try again with a GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP.                       We don’t support that file type.       Try again with a GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP.                       Yowza, that’s a big file       Try again with a file smaller than 10MB.                       This file is empty.       Try again with a file that’s not empty.                       This file is hidden.       Try again with another file.                       Something went really wrong, and we can’t process that file.       Try again.

 

Nothing to preview

 
                Add single comment                       

Cancel

    Showing           1 changed file         with     3 additions    and 3 deletions.  
  1. +3                      −3                                           app/src/main/java/com/totoo/TouhouMassLight/FullscreenActivity.java
            Show comments                               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();  
                      }  
 

Toggle all file notes

       Lock conversation

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.

Lock conversation on this commit

0 comments    on commit 1be6932

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

Write         Preview

    There was an error creating your Commit.
     Leave a comment

Attach files by dragging & dropping or         selecting them.          github上的文件比对 Uploading your files…          We don’t support that file type.       Try again with a        GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP.                       Attaching documents requires write permission to this repository.       Try again with a GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP.                       We don’t support that file type.       Try again with a GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP.                       Yowza, that’s a big file       Try again with a file smaller than 10MB.                       This file is empty.       Try again with a file that’s not empty.                       This file is hidden.       Try again with another file.                       Something went really wrong, and we can’t process that file.       Try again.

 

Nothing to preview

 
Comment on this commit            
  

Subscribe

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.