You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/fragment/QuestionFragment.java
+12-12
Original file line number
Diff line number
Diff line change
@@ -99,10 +99,10 @@ public boolean onMenuItemClick(MenuItem menuItem) {
Copy file name to clipboardExpand all lines: source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/fragment/DetailActivityFragment.java
+7-7
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public class DetailActivityFragment extends Fragment implements LoaderCallbacks<
46
46
privatestaticfinalintDETAIL_LOADER = 0;
47
47
48
48
privateViewrootView;
49
-
privateStringdict_Id;
49
+
privateStringdictId;
50
50
privateDictDbdb;
51
51
privateTextToSpeechtts;
52
52
privateProgressDialogprogress;
@@ -64,7 +64,7 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container,
Copy file name to clipboardExpand all lines: source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/fragment/ResultActivityFragment.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ public class ResultActivityFragment extends Fragment implements LoaderCallbacks<
42
42
privatefinalContentValuesdictValues;
43
43
44
44
privateViewrootView;
45
-
privateStringdict_Id;
45
+
privateStringdictId;
46
46
privateStringpassageEntered;
47
47
privateDictDbdb;
48
48
@@ -60,7 +60,7 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container,
0 commit comments