Skip to content

Commit

Permalink
increased boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
krjw-eyev committed Aug 13, 2024
1 parent c79ce95 commit 1c45e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/domain/repositories/positioning_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ abstract class PositioningRepository {
static double minDistance = UniversalPlatform.isDesktop ? 35 : 40;

static int closeUpperBoundaryiPad = 450;
static int normalUpperBoundaryiPad = 650;
static int normalUpperBoundaryiPad = 750;

static int closeUpperBoundaryDesktop = 500;
static int normalUpperBoundaryDesktop = 700;
static int normalUpperBoundaryDesktop = 800;

/// Starts the positioning stream which lives until a disconnect happens.
///
Expand Down

0 comments on commit 1c45e11

Please sign in to comment.