Skip to content

Commit

Permalink
Undo some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdeng2002 committed Mar 24, 2021
1 parent 1a2caf5 commit 9990908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maoni/src/main/java/org/rm3l/maoni/Maoni.java
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ private void start(Activity callerActivity, Window window) {
if (this.screenCapturingFeatureEnabled) {
//Create screenshot file
final File screenshotFile = new File(maoniWorkingDir != null ? maoniWorkingDir : callerActivity.getCacheDir(),
MAONI_FEEDBACK_SCREENSHOT_FILENAME);
MAONI_FEEDBACK_SCREENSHOT_FILENAME);
ViewUtils.exportViewToFile(callerActivity, window.getDecorView(),
screenshotFile);
screenshotFile);
maoniIntent.putExtra(SCREENSHOT_FILE, screenshotFile.getAbsolutePath());

if (screenshotHint != null) {
Expand Down

0 comments on commit 9990908

Please sign in to comment.