We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48285ff commit 0e9efcdCopy full SHA for 0e9efcd
android/src/main/java/com/baseflow/googleapiavailability/MethodCallHandlerImpl.java
@@ -15,7 +15,7 @@
15
16
public class MethodCallHandlerImpl implements MethodChannel.MethodCallHandler {
17
18
- public MethodCallHandlerImpl(Context applicationContext) {
+ MethodCallHandlerImpl(Context applicationContext) {
19
this.applicationContext = applicationContext;
20
}
21
@@ -24,7 +24,7 @@ public MethodCallHandlerImpl(Context applicationContext) {
24
@Nullable
25
private Activity activity;
26
27
- public void setActivity(@Nullable Activity activity) {
+ void setActivity(@Nullable Activity activity) {
28
this.activity = activity;
29
30
0 commit comments