This commit is contained in:
ashishandroid
2017-02-24 15:12:30 +05:30
parent 3132b81379
commit f856f4f320
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
@@ -771,7 +771,11 @@ public class NonWorkingReason extends AppCompatActivity implements
if (result.equalsIgnoreCase(CommonString.KEY_SUCCESS)) {
dialog.dismiss();
showAlert(getString(R.string.data_downloaded_successfully));
finish();
//showAlert(getString(R.string.uploadeddata));
} else {
GSKOrangeDB db = new GSKOrangeDB(NonWorkingReason.this);