Skip to content

Commit 34ff918

Browse files
Merge branch 'master' into beta
2 parents 0788602 + 3f0fba4 commit 34ff918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android/src/org/droidplanner/android/fragments/EditorToolsFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public interface OnEditorToolSelected {
4646

4747
private OnEditorToolSelected listener;
4848
private RadioGroup mEditorRadioGroup;
49-
private EditorTools tool;
49+
private EditorTools tool = EditorTools.NONE;
5050
private MissionProxy mMissionProxy;
5151

5252
@Override

0 commit comments

Comments
 (0)