Fixed issue with export data screen showing when selecting other menu items. Fixes #93
This commit is contained in:
@@ -44,4 +44,11 @@
|
||||
app:showAsAction="never|withText"
|
||||
android:title="@string/export_data_menuItem" />
|
||||
</group>
|
||||
<item
|
||||
android:id="@+id/action_about_datasharing"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_action_settings"
|
||||
app:showAsAction="never|withText"
|
||||
android:title="@string/about_data_sharing" />
|
||||
|
||||
</menu>
|
||||
|
||||
@@ -35,14 +35,14 @@
|
||||
android:icon="@drawable/ic_action_settings"
|
||||
app:showAsAction="never|withText"
|
||||
android:title="@string/data_sharing_log_in" />
|
||||
-->
|
||||
|
||||
<item
|
||||
android:id="@+id/action_about_datasharing"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_action_settings"
|
||||
app:showAsAction="never|withText"
|
||||
android:title="@string/about_data_sharing" />
|
||||
|
||||
-->
|
||||
</group>
|
||||
<group android:id="@+id/grp4">
|
||||
<item
|
||||
|
||||
@@ -377,9 +377,6 @@
|
||||
<string name="datasharing_notification_title">OpenSeizureDetector Data Sharing Problem</string>
|
||||
<string name="datasharing_about_title">OpenSeizureDetector Data Sharing</string>
|
||||
<string name="datasharing_about_text">
|
||||
Data Sharing is not working correctly. \n
|
||||
This might be because you have not registered an account and logged in to the data sharing system,\n
|
||||
or it may be a networking problem. \n\n
|
||||
<b>Please register for Data Sharing and Log in using the App menu or button below</b>\n\n
|
||||
This will help with developing OpenSeizureDetector to increase the
|
||||
detection reliability and reduce the false alarm rate\n\n
|
||||
|
||||
Reference in New Issue
Block a user