Skip to content

Commit

Permalink
v3.0.1: Two bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amrabed committed Jan 30, 2017
1 parent ccadd13 commit a520baa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "amrabed.android.release.evaluation"
minSdkVersion 17
targetSdkVersion 25
versionCode 10
versionName "3.0"
versionCode 11
versionName "3.0.1"
multiDexEnabled true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public void loadFragment(int id)
default:
activity.setTitle(R.string.evaluation);
fragment = new EvaluationSection();
getFragmentManager().popBackStack();
getFragmentManager().beginTransaction()//.addToBackStack(null)
.replace(R.id.content, fragment).commit();
selectItem(0);
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-ar/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<item>أذكار الصباح</item>
<item>ركعتا الضحى</item>
<item>ممارسة الرياضة</item>
<item>غُسل الجمعة</item>
<item>الاجتهاد في العمل</item>
<item>الظهر في الوقت</item>
<item>أذكار الصلاة</item>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<item>Morning Azkar</item>
<item>Duha Prayer</item>
<item>Sports</item>
<item>Friday Bathing</item>
<item>Hard Work</item>
<item>Zuhr on Time</item>
<item>Prayer Azkar</item>
Expand Down

0 comments on commit a520baa

Please # to comment.