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

Commit 663032eb authored by Nicholas Sauer's avatar Nicholas Sauer Committed by Android (Google) Code Review
Browse files

Merge "[FM] If recording to fill up SD card, "insufficient storage" warning...

Merge "[FM] If recording to fill up SD card, "insufficient storage" warning will not show up on the save recording dialog" into lmp-mr1-dev
parents fc770ea3 c185ca2c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -361,6 +361,9 @@ public class FmRecordActivity extends Activity implements
                            if (recordTime > 1000) {
                                // Insufficient storage
                                mService.stopRecordingAsync();
                                Toast.makeText(FmRecordActivity.this,
                                        R.string.toast_sdcard_insufficient_space,
                                        Toast.LENGTH_SHORT).show();
                            }
                        }
                    }