Skip to content

Commit

Permalink
unused code hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
mgks committed Apr 9, 2023
1 parent fda4320 commit b0e0237
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/mgks/os/swv/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ public class MainActivity extends AppCompatActivity implements NavigationView.On
protected void onActivityResult(int requestCode, int resultCode, Intent intent) {
super.onActivityResult(requestCode, resultCode, intent);

/*
getWindow().addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS);
getWindow().setStatusBarColor(getResources().getColor(R.color.colorPrimary));
Uri[] results = null;
Expand Down Expand Up @@ -248,6 +249,7 @@ protected void onActivityResult(int requestCode, int resultCode, Intent intent)
asw_file_path.onReceiveValue(results);
}
asw_file_path = null;
*/
}

@SuppressLint({"SetJavaScriptEnabled", "WrongViewCast", "JavascriptInterface"})
Expand Down

0 comments on commit b0e0237

Please sign in to comment.