Skip to content

Commit 82936e9

Browse files
author
julien-fueled
authored
Merge pull request #25 from Fueled/set-screen-fix
Update `Flowr#setRouterScreen` method access to public
2 parents d5bda21 + af9dd30 commit 82936e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:2.3.2'
9+
classpath 'com.android.tools.build:gradle:2.3.3'
1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

flowr/src/main/java/com/fueled/flowr/Flowr.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ protected FlowrScreen getRouterScreen() {
169169
*
170170
* @param flowrScreen the router screen to be used
171171
*/
172-
protected void setRouterScreen(FlowrScreen flowrScreen) {
172+
public void setRouterScreen(FlowrScreen flowrScreen) {
173173
removeCurrentRouterScreen();
174174
if (flowrScreen != null) {
175175
this.screen = flowrScreen;

0 commit comments

Comments
 (0)