Skip to content

Commit

Permalink
Revert "[CI BUILD] [TEMP] Add a deliberate error to non-Android builds"
Browse files Browse the repository at this point in the history
This reverts commit 10ae736.
  • Loading branch information
mikeage committed Nov 28, 2023
1 parent 706cc4e commit 8f75c86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/Scripts/LoadingScene.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ private void UpdateProgress(float start, float scale, float progress)
m_Overlay.Progress = m_CurrentLoadingPosition;
}

#if UNITY_ANDROID
private bool UserHasManageExternalStoragePermission()
{
bool isExternalStorageManager = false;
Expand Down Expand Up @@ -157,5 +158,6 @@ private void AskForManageStoragePermission()
Debug.LogError("Assuming this means we don't need android.settings.MANAGE_APP_ALL_FILES_ACCESS_PERMISSION (e.g., Android SDK < 30)");
}
}
#endif
}
} // namespace TiltBrush

0 comments on commit 8f75c86

Please sign in to comment.