Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
bec7f84a
Unverified
Commit
bec7f84a
authored
Mar 19, 2020
by
Emmanuel Garcia
Committed by
GitHub
Mar 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix package name (#52870)
parent
53dc8db0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
DummyPlatformView.java
...ev/bechmarks/platform_views_layout/DummyPlatformView.java
+1
-1
DummyPlatformViewActivity.java
...arks/platform_views_layout/DummyPlatformViewActivity.java
+1
-1
DummyPlatformViewFactory.java
...marks/platform_views_layout/DummyPlatformViewFactory.java
+1
-1
No files found.
dev/benchmarks/platform_views_layout/android/app/src/main/java/dev/bechmarks/platform_views_layout/DummyPlatformView.java
View file @
bec7f84a
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package
dev
.
benchmarks
.
platform_views
;
package
dev
.
benchmarks
.
platform_views
_layout
;
import
android.content.Context
;
import
android.graphics.Color
;
...
...
dev/benchmarks/platform_views_layout/android/app/src/main/java/dev/bechmarks/platform_views_layout/DummyPlatformViewActivity.java
View file @
bec7f84a
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package
dev
.
benchmarks
.
platform_views
;
package
dev
.
benchmarks
.
platform_views
_layout
;
import
androidx.annotation.NonNull
;
import
io.flutter.embedding.android.FlutterActivity
;
...
...
dev/benchmarks/platform_views_layout/android/app/src/main/java/dev/bechmarks/platform_views_layout/DummyPlatformViewFactory.java
View file @
bec7f84a
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package
dev
.
benchmarks
.
platform_views
;
package
dev
.
benchmarks
.
platform_views
_layout
;
import
android.content.Context
;
import
androidx.annotation.Nullable
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment