Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd84c2ec authored by Quddus Chong's avatar Quddus Chong Committed by Android Git Automerger
Browse files

am 13bb0791: Merge "docs: Added missing comma in code snippet. Bug: 6322757" into ics-mr1

* commit '13bb0791':
  docs: Added missing comma in code snippet. Bug: 6322757
parents 52a7eb0b 13bb0791
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -548,7 +548,7 @@ import java.util.HashMap;
 *         super.onCreate(savedInstanceState);
 *
 *         SharedPreferences mPrefs = getSharedPreferences();
 *         mCurViewMode = mPrefs.getInt("view_mode" DAY_VIEW_MODE);
 *         mCurViewMode = mPrefs.getInt("view_mode", DAY_VIEW_MODE);
 *     }
 *
 *     protected void onPause() {