Skip to content

Commit 95a06ae

Browse files
author
Michael Ritchie
committed
* Patch for missing buttons on broker settings
* Bumped build number
1 parent 8c8f6cd commit 95a06ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: 'com.neenbedankt.android-apt'
2121

2222
def versionMajor = 0
2323
def versionMinor = 2
24-
def versionPatch = 0
24+
def versionPatch = 1
2525
def versionBuild = 0 // bump for dog food builds, public betas, etc.
2626

2727
android {

app/src/main/res/xml/preferences.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
android:key="pref_broker"
3939
android:title="@string/preference_title_broker"
4040
android:summary="@string/preference_summary_broker"
41-
android:negativeButtonText="@null"
42-
android:positiveButtonText="@null"/>
41+
android:negativeButtonText="@android:string/cancel"
42+
android:positiveButtonText="@android:string/ok"/>
4343

4444
<CheckBoxPreference
4545
android:key="pref_tls_connection"

0 commit comments

Comments
 (0)